From e6484faedf9f3ed4cfbf687377cdb91e649eff0a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 21:35:44 -0800 Subject: shorten: style nits --- Library/Formula/shorten.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3