diff options
| author | Jack Nagel | 2014-03-18 16:51:41 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 10:24:59 -0500 |
| commit | 655fe890713b06c096808c6f57a11b2528dbf76a (patch) | |
| tree | 57ff2dd46a82d0b1740d8229c9045b285ad91163 | |
| parent | 256d2086063f5dc416d7c56962b581500246f6c8 (diff) | |
| download | homebrew-655fe890713b06c096808c6f57a11b2528dbf76a.tar.bz2 | |
echoping: use patch DSL
| -rw-r--r-- | Library/Formula/echoping.rb | 4 |
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", |
