aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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