aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 16:51:41 -0500
committerJack Nagel2014-03-19 10:24:59 -0500
commit655fe890713b06c096808c6f57a11b2528dbf76a (patch)
tree57ff2dd46a82d0b1740d8229c9045b285ad91163
parent256d2086063f5dc416d7c56962b581500246f6c8 (diff)
downloadhomebrew-655fe890713b06c096808c6f57a11b2528dbf76a.tar.bz2
echoping: use patch DSL
-rw-r--r--Library/Formula/echoping.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/echoping.rb b/Library/Formula/echoping.rb
index 981edbe41..4f83b56e4 100644
--- a/Library/Formula/echoping.rb
+++ b/Library/Formula/echoping.rb
@@ -10,9 +10,7 @@ class Echoping < Formula
# Fixes a DNS issue with header files, taken from Macports
# https://trac.macports.org/browser/trunk/dports/net/echoping/files/patch-plugins-dns-dns.c.diff
- def patches
- DATA
- end
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",