aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 21:32:13 -0800
committerAdam Vandenberg2013-01-28 21:40:39 -0800
commite87e6c2b2675054f055d487d73e0cbe5f395ffc2 (patch)
tree311af7f1088c51c1d21d318afc646dba2d13eeb0 /Library
parent04ccc441e04313b4d8b10b70e2edbcae4b7c65a7 (diff)
downloadhomebrew-e87e6c2b2675054f055d487d73e0cbe5f395ffc2.tar.bz2
knock: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/knock.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/knock.rb b/Library/Formula/knock.rb
index 10f16c95d..148451052 100644
--- a/Library/Formula/knock.rb
+++ b/Library/Formula/knock.rb
@@ -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"]