From aefaae1e7d75637d3d4bfd878ccd59f5a352d7d9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 21:45:32 -0800 Subject: popt: style nits --- Library/Formula/popt.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/popt.rb b/Library/Formula/popt.rb index 86f85fecf..8e9ba1440 100644 --- a/Library/Formula/popt.rb +++ b/Library/Formula/popt.rb @@ -1,12 +1,13 @@ require 'formula' class Popt < Formula - url 'http://rpm5.org/files/popt/popt-1.16.tar.gz' homepage 'http://rpm5.org' + url 'http://rpm5.org/files/popt/popt-1.16.tar.gz' sha1 'cfe94a15a2404db85858a81ff8de27c8ff3e235e' 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