diff options
| author | Adam Vandenberg | 2013-01-28 19:49:58 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:24 -0800 |
| commit | 156cdd3a718e4339371ace148dbbfcc4816cd791 (patch) | |
| tree | d8a15ada65e7463efbc66f340b85d26d677a1c5a /Library/Formula/ngrep.rb | |
| parent | 3c12d869bf5e01f98f232c46cf74406ad8845dee (diff) | |
| download | homebrew-156cdd3a718e4339371ace148dbbfcc4816cd791.tar.bz2 | |
ngrep: style nits
Diffstat (limited to 'Library/Formula/ngrep.rb')
| -rw-r--r-- | Library/Formula/ngrep.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ngrep.rb b/Library/Formula/ngrep.rb index e669ba240..e61ab7caf 100644 --- a/Library/Formula/ngrep.rb +++ b/Library/Formula/ngrep.rb @@ -1,14 +1,14 @@ require 'formula' class Ngrep < Formula - url 'http://downloads.sourceforge.net/project/ngrep/ngrep/1.45/ngrep-1.45.tar.bz2' homepage 'http://ngrep.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/ngrep/ngrep/1.45/ngrep-1.45.tar.bz2' sha1 'f26090a6ac607db66df99c6fa9aef74968f3330f' def install - system "./configure", "--prefix=#{prefix}", - "--disable-debug", + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", # this line required to make configure succeed "--with-pcap-includes=/usr/include" system "make install" |
