aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-17 22:44:47 -0500
committerJack Nagel2014-03-17 22:47:05 -0500
commite50d9cc8eec98459f52faec356048e3f1e4bf574 (patch)
tree8afc506fd8a511fdbe43dc4a555e0d1aff14d57a /Library
parent179277b5290c8e9aaec16cdefd68dd8d3deaf4d5 (diff)
downloadhomebrew-e50d9cc8eec98459f52faec356048e3f1e4bf574.tar.bz2
ahcpd: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ahcpd.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/ahcpd.rb b/Library/Formula/ahcpd.rb
index 928550199..390793f1e 100644
--- a/Library/Formula/ahcpd.rb
+++ b/Library/Formula/ahcpd.rb
@@ -5,10 +5,7 @@ class Ahcpd < Formula
url 'http://www.pps.univ-paris-diderot.fr/~jch/software/files/ahcpd-0.53.tar.gz'
sha1 '0d8ad31785357758abeb371f0431dbe08718af92'
- def patches
- # fixes man path for homebrew
- DATA
- end
+ patch :DATA
def install
system "make", "LDLIBS=''"