From 51740accacf804faaa97c9d724eef01986ed67f2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 28 May 2014 17:14:42 -0500 Subject: midicsv: remove inreplace --- Library/Formula/midicsv.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Library/Formula/midicsv.rb b/Library/Formula/midicsv.rb index 556122255..27edb3ec8 100644 --- a/Library/Formula/midicsv.rb +++ b/Library/Formula/midicsv.rb @@ -6,14 +6,9 @@ class Midicsv < Formula sha1 '1f34b6b874c26652ec4791701e5bfdccbbb35370' def install - inreplace 'Makefile' do |s| - # Change installation location to homebrew location. - s.change_make_var! 'INSTALL_DEST', prefix - end - system "make" - system "make check" - system "make install" + system "make", "check" + system "make", "install", "INSTALL_DEST=#{prefix}" share.install prefix/'man' end -- cgit v1.2.3