From 156cdd3a718e4339371ace148dbbfcc4816cd791 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 28 Jan 2013 19:49:58 -0800 Subject: ngrep: style nits --- Library/Formula/ngrep.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3