aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bwm-ng.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-26 18:02:11 -0800
committerAdam Vandenberg2013-01-26 18:02:11 -0800
commitd8fccfd606c84dd6a5d799028a7c2ca7c0ead5f8 (patch)
treef48f2e128c33d523fc96b6abdc27b0ffdcbfb86e /Library/Formula/bwm-ng.rb
parent981bd367e54a4834e96e743621c557f30c4037d1 (diff)
downloadhomebrew-d8fccfd606c84dd6a5d799028a7c2ca7c0ead5f8.tar.bz2
bwm-ng: style nits
Diffstat (limited to 'Library/Formula/bwm-ng.rb')
-rw-r--r--Library/Formula/bwm-ng.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/bwm-ng.rb b/Library/Formula/bwm-ng.rb
index ff7559471..1490d04dd 100644
--- a/Library/Formula/bwm-ng.rb
+++ b/Library/Formula/bwm-ng.rb
@@ -1,8 +1,8 @@
require 'formula'
class BwmNg < Formula
- url 'http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz'
homepage 'http://www.gropp.org/?id=projects&sub=bwm-ng'
+ url 'http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz'
sha1 '90bab1837f179fa1fe0d4b8bad04072affa39c01'
fails_with :clang do
@@ -10,7 +10,8 @@ class BwmNg < Formula
end
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end