knock: style nits
This commit is contained in:
parent
d97873f891
commit
191715270c
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Knock < Formula
|
||||
url 'http://www.zeroflux.org/proj/knock/files/knock-0.5.tar.gz'
|
||||
homepage 'http://www.zeroflux.org/projects/knock'
|
||||
url 'http://www.zeroflux.org/proj/knock/files/knock-0.5.tar.gz'
|
||||
sha1 '26f3b2f2d698bc6978390ef6e93c628361605059'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make knock man"
|
||||
bin.install "knock"
|
||||
man1.install Dir["doc/*.1"]
|
||||
|
|
Loading…
Reference in a new issue