aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-17 20:49:46 -0700
committerAdam Vandenberg2012-03-17 20:50:03 -0700
commitf320cfcbc4e282c3ba0da9afd1a9114a05e26a30 (patch)
tree73f0d17ce4966637b378f08d4aaac90820ee35e1 /Library/Formula
parent3030f1cb7d634c83a45a1bbb6fae02b35d715a64 (diff)
downloadhomebrew-f320cfcbc4e282c3ba0da9afd1a9114a05e26a30.tar.bz2
ttf2pt1: remove inplace
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ttf2pt1.rb5
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