aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/proftpd.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:17 -0500
committerJack Nagel2014-03-20 14:05:17 -0500
commit6ab1e2192f4cffc82fb3b038173341efb4ddee79 (patch)
tree9d3316620418559c9eafca6ca9d352c177cc3df6 /Library/Formula/proftpd.rb
parent7ea3462be50e299b405bd9e65f8c47e1492338e7 (diff)
downloadhomebrew-6ab1e2192f4cffc82fb3b038173341efb4ddee79.tar.bz2
proftpd: use patch DSL
Diffstat (limited to 'Library/Formula/proftpd.rb')
-rw-r--r--Library/Formula/proftpd.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/proftpd.rb b/Library/Formula/proftpd.rb
index 552a361d4..d47033fe5 100644
--- a/Library/Formula/proftpd.rb
+++ b/Library/Formula/proftpd.rb
@@ -6,9 +6,7 @@ class Proftpd < Formula
sha1 'a5b6c80a8ddeeeccc1c6448d797ccd62a3f63b65'
# fixes unknown group 'nogroup'
- def patches
- DATA
- end
+ patch :DATA
def install
system "./configure", "--prefix=#{prefix}",