diff options
Diffstat (limited to 'Library/Formula/dvdrtools.rb')
| -rw-r--r-- | Library/Formula/dvdrtools.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/dvdrtools.rb b/Library/Formula/dvdrtools.rb index 887ed473a..e749254f0 100644 --- a/Library/Formula/dvdrtools.rb +++ b/Library/Formula/dvdrtools.rb @@ -16,17 +16,12 @@ class Dvdrtools < Formula def install ENV['LIBS'] = '-lIOKit -framework CoreFoundation' - system "./configure", - "--prefix=#{prefix}", - "--mandir=#{man}", - '--disable-debug', - '--disable-dependency-tracking' - + system "./configure", '--disable-debug', '--disable-dependency-tracking', + "--prefix=#{prefix}", + "--mandir=#{man}" system 'make install' end - private - # while homebrew assumes p1, macports patches at p0 def macports_patches(files) { :p0 => files.map { |file| macports_patch_url('sysutils', file) } } |
