From f3f30340d78a43ea3e36f99e031a7c18efcb2e71 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 2 Sep 2012 11:21:07 -0400 Subject: bsdmake is *not* provided by Xcode/CLT Fixes #14626. Also make proctools install do prefixes other than /usr/local. --- Library/Formula/proctools.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/proctools.rb b/Library/Formula/proctools.rb index 70ec864ed..7c251b09a 100644 --- a/Library/Formula/proctools.rb +++ b/Library/Formula/proctools.rb @@ -22,7 +22,7 @@ class Proctools < Formula end def install - system "bsdmake" + system "bsdmake", "PREFIX=#{prefix}" ["pgrep/pgrep", "pkill/pkill", "pfind/pfind"].each do |prog| bin.install prog -- cgit v1.2.3