aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 21:31:18 -0800
committerAdam Vandenberg2013-01-28 21:40:39 -0800
commit3a982470a4eadbd597c8d34f64b9c438f2b72545 (patch)
treedc2db3c7979430a94fe00aaf9af7ace8b45be147 /Library/Formula
parent2953dbdcbd8ea8d6b01014c73a31e9a1f82202c1 (diff)
downloadhomebrew-3a982470a4eadbd597c8d34f64b9c438f2b72545.tar.bz2
mdf2iso: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mdf2iso.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/mdf2iso.rb b/Library/Formula/mdf2iso.rb
index 1e564e1d0..d6755efdc 100644
--- a/Library/Formula/mdf2iso.rb
+++ b/Library/Formula/mdf2iso.rb
@@ -1,12 +1,13 @@
require 'formula'
class Mdf2iso < Formula
- url 'http://download.berlios.de/mdf2iso/mdf2iso-0.3.0-src.tar.bz2'
homepage 'http://mdf2iso.berlios.de/'
+ url 'http://download.berlios.de/mdf2iso/mdf2iso-0.3.0-src.tar.bz2'
sha1 'd424bd84a2c45834d7b7060306aa9ee1926c9215'
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