aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bsdmake.rb
diff options
context:
space:
mode:
authorJack Nagel2012-07-25 21:51:20 -0500
committerJack Nagel2012-08-01 00:31:39 -0500
commitebe8e835716bfd505dec95bdbfbac519f671d783 (patch)
tree1a0178bc81825a35259df12cb2185d40eae152d9 /Library/Formula/bsdmake.rb
parent68b5fe1ca5a43234fa68a70ec707a77dd6d11cd4 (diff)
downloadhomebrew-ebe8e835716bfd505dec95bdbfbac519f671d783.tar.bz2
Update formulae for new XQuartz module
Diffstat (limited to 'Library/Formula/bsdmake.rb')
-rw-r--r--Library/Formula/bsdmake.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bsdmake.rb b/Library/Formula/bsdmake.rb
index a443ab656..784d9f6fe 100644
--- a/Library/Formula/bsdmake.rb
+++ b/Library/Formula/bsdmake.rb
@@ -32,7 +32,7 @@ class Bsdmake < Formula
'@PREFIX@', prefix
# X11 path shouldn't be munged
- inreplace 'mk/sys.mk', '@PREFIX@', MacOS.x11_prefix
+ inreplace 'mk/sys.mk', '@PREFIX@', MacOS::XQuartz.prefix
inreplace 'mk/bsd.own.mk' do |s|
s.gsub! '@INSTALL_USER@', `id -un`.chomp