aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-17 12:09:54 -0700
committerAdam Vandenberg2012-03-17 12:09:54 -0700
commit79fc95dc7c1447cad646c840c00be27efb13fd06 (patch)
tree02f8a660c8583d621dc2f56a87105ce759594ecd /Library
parent588018b3c88ce0fc6c2afa86e4e372a8cf8dc4ef (diff)
downloadhomebrew-79fc95dc7c1447cad646c840c00be27efb13fd06.tar.bz2
irssi: reformat patch notes
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/irssi.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb
index 01645c9f5..e9d61b2f7 100644
--- a/Library/Formula/irssi.rb
+++ b/Library/Formula/irssi.rb
@@ -11,10 +11,8 @@ class Irssi < Formula
# Don't strip, to allow dynamic loading of modules
skip_clean 'bin'
- def patches
- # Fix Perl build flags and paths in man page
- DATA
- end
+ # Fix Perl build flags and paths in man page
+ def patches; DATA; end
def install
system "./configure", "--prefix=#{prefix}",