diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ttf2pt1.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/ttf2pt1.rb b/Library/Formula/ttf2pt1.rb index 129eb0d02..799c3288f 100644 --- a/Library/Formula/ttf2pt1.rb +++ b/Library/Formula/ttf2pt1.rb @@ -1,8 +1,8 @@ require 'formula' class Ttf2pt1 < Formula - url 'http://downloads.sourceforge.net/ttf2pt1/ttf2pt1-3.4.4.tgz' homepage 'http://ttf2pt1.sourceforge.net/' + url 'http://downloads.sourceforge.net/ttf2pt1/ttf2pt1-3.4.4.tgz' md5 'cb143c07cc83167875ca09ea720d4932' def patches @@ -13,8 +13,7 @@ class Ttf2pt1 < Formula end def install - inreplace 'Makefile', /^INSTDIR.*$/, "INSTDIR=#{prefix}" - system "make all" + system "make", "all", "INSTDIR=#{prefix}" bin.install 'ttf2pt1' man1.install 'ttf2pt1.1' end |
