From a10c6dea4d3cc07857978dcfc5aca9c8fd1d25fa Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 10 Mar 2012 17:20:43 -0800 Subject: unshield: remove unused configure switch --- Library/Formula/unshield.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/unshield.rb b/Library/Formula/unshield.rb index 430c1387f..423644f53 100644 --- a/Library/Formula/unshield.rb +++ b/Library/Formula/unshield.rb @@ -1,12 +1,13 @@ require 'formula' class Unshield < Formula - url 'http://downloads.sourceforge.net/project/synce/Unshield/0.6/unshield-0.6.tar.gz' homepage 'http://www.synce.org/oldwiki/index.php/Unshield' + url 'http://downloads.sourceforge.net/project/synce/Unshield/0.6/unshield-0.6.tar.gz' md5 '31a829192a255160d1f71cda4c865c9c' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end -- cgit v1.2.3