diff options
| author | Adam Vandenberg | 2012-03-17 20:18:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 20:50:02 -0700 |
| commit | 2d13236294975a8f05e7c038ee7b3b4a16e4420f (patch) | |
| tree | 2399069704c55d7c7740bd99a6ee8493d769e68a /Library/Formula | |
| parent | 23019d8ee8d3e6be37e561641b2650f372601127 (diff) | |
| download | homebrew-2d13236294975a8f05e7c038ee7b3b4a16e4420f.tar.bz2 | |
echoping: fix indent
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/echoping.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/echoping.rb b/Library/Formula/echoping.rb index 4948ace4e..80efd2179 100644 --- a/Library/Formula/echoping.rb +++ b/Library/Formula/echoping.rb @@ -1,8 +1,8 @@ require 'formula' class Echoping < Formula - url 'http://downloads.sourceforge.net/project/echoping/echoping/6.0.2/echoping-6.0.2.tar.gz' homepage 'http://echoping.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/echoping/echoping/6.0.2/echoping-6.0.2.tar.gz' md5 '991478532b56ab3b6f46ea9fa332626f' depends_on 'popt' @@ -11,11 +11,12 @@ 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 + DATA end def install - system "./configure", "--config-cache", "--disable-debug", "--disable-dependency-tracking", + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--config-cache", "--prefix=#{prefix}", "--mandir=#{man}" system "make install" |
