aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 21:35:44 -0800
committerAdam Vandenberg2013-01-28 21:40:17 -0800
commite6484faedf9f3ed4cfbf687377cdb91e649eff0a (patch)
treee2f690c8f1f0a2228f557ee07945f6eae872102d /Library/Formula
parent17429cf92e35ee13393d6a01d55ad94e346441a1 (diff)
downloadhomebrew-e6484faedf9f3ed4cfbf687377cdb91e649eff0a.tar.bz2
shorten: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/shorten.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/shorten.rb b/Library/Formula/shorten.rb
index c92afcaa9..3ab7f9a0e 100644
--- a/Library/Formula/shorten.rb
+++ b/Library/Formula/shorten.rb
@@ -1,12 +1,13 @@
require 'formula'
class Shorten < Formula
- url 'http://www.etree.org/shnutils/shorten/dist/src/shorten-3.6.1.tar.gz'
homepage 'http://www.etree.org/shnutils/shorten/'
+ url 'http://www.etree.org/shnutils/shorten/dist/src/shorten-3.6.1.tar.gz'
sha1 'bd525ced0b9ba99a7a178c11647a853147977fa5'
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