aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 19:49:58 -0800
committerAdam Vandenberg2013-01-28 21:40:24 -0800
commit156cdd3a718e4339371ace148dbbfcc4816cd791 (patch)
treed8a15ada65e7463efbc66f340b85d26d677a1c5a /Library
parent3c12d869bf5e01f98f232c46cf74406ad8845dee (diff)
downloadhomebrew-156cdd3a718e4339371ace148dbbfcc4816cd791.tar.bz2
ngrep: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ngrep.rb6
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"