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