aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 19:01:06 -0800
committerAdam Vandenberg2013-01-28 21:39:59 -0800
commita5e912ef1ccb0b7b243eb42a9418b452f4d0efdb (patch)
tree1f28f93e944632c507501b782003af7b9afcdeaa /Library/Formula
parent21a6eaaae82503d6fbe6f6b6e540b4335289000e (diff)
downloadhomebrew-a5e912ef1ccb0b7b243eb42a9418b452f4d0efdb.tar.bz2
ucl: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ucl.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ucl.rb b/Library/Formula/ucl.rb
index 1a5410ee6..75b74e0fc 100644
--- a/Library/Formula/ucl.rb
+++ b/Library/Formula/ucl.rb
@@ -1,12 +1,13 @@
require 'formula'
class Ucl < Formula
- url 'http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz'
homepage 'http://www.oberhumer.com/opensource/ucl/'
+ url 'http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz'
sha1 '5847003d136fbbca1334dd5de10554c76c755f7c'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end