aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-17 22:44:55 -0500
committerJack Nagel2014-03-17 22:47:08 -0500
commit55c84b615272fcc9480f9cddea0fd9c53f5109ec (patch)
tree98defb2870627972f9876604ddacc9b812440fa7 /Library
parentdc19bf15cd778ff44abf215916941d25ddf3688d (diff)
downloadhomebrew-55c84b615272fcc9480f9cddea0fd9c53f5109ec.tar.bz2
burp: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/burp.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/burp.rb b/Library/Formula/burp.rb
index 0a58f4ee6..107036ea0 100644
--- a/Library/Formula/burp.rb
+++ b/Library/Formula/burp.rb
@@ -10,9 +10,7 @@ class Burp < Formula
depends_on 'librsync'
# patches to change directories to brew conventions in Makefile and config files
- def patches
- DATA
- end
+ patch :DATA
def install
system "./configure", "--prefix=#{prefix}",