aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vsftpd.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:22 -0500
committerJack Nagel2014-03-20 23:31:21 -0500
commit27e2dfd092b79800ac4eafa7d2a89c47005b5aa8 (patch)
tree447fe2eaae8a136cdd7bb8af9d7025e7fb2b615e /Library/Formula/vsftpd.rb
parent32cb8697b2a90ac96deb19f077966d3f47cee9b3 (diff)
downloadhomebrew-27e2dfd092b79800ac4eafa7d2a89c47005b5aa8.tar.bz2
vsftpd: use patch DSL
Diffstat (limited to 'Library/Formula/vsftpd.rb')
-rw-r--r--Library/Formula/vsftpd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vsftpd.rb b/Library/Formula/vsftpd.rb
index 5c61985ee..e02d739ca 100644
--- a/Library/Formula/vsftpd.rb
+++ b/Library/Formula/vsftpd.rb
@@ -8,7 +8,7 @@ class Vsftpd < Formula
option "openssl", "Build with OpenSSL"
# Patch so vsftpd doesn't depend on UTMPX, and can't find OS X's PAM library.
- def patches; DATA; end
+ patch :DATA
def install
if build.include? "openssl"