knock: style nits

This commit is contained in:
Adam Vandenberg 2013-01-28 21:32:13 -08:00
parent d97873f891
commit 191715270c

View file

@ -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"]