netcat: style nits
This commit is contained in:
parent
ae3fef6f48
commit
e2b9616928
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Netcat < Formula
|
||||
homepage 'http://netcat.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.bz2'
|
||||
sha1 'b761d70fe9e3e8b3fe33a329b9bc31300dc04d11'
|
||||
homepage 'http://netcat.sourceforge.net/'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}",
|
||||
"--infodir=#{info}",
|
||||
"--disable-debug",
|
||||
"--disable-dependency-tracking"
|
||||
"--infodir=#{info}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue