From f320cfcbc4e282c3ba0da9afd1a9114a05e26a30 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 Mar 2012 20:49:46 -0700 Subject: ttf2pt1: remove inplace --- Library/Formula/ttf2pt1.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3