From dbd7f1c855c9dce45a464ed4197e1f107a336c0c Mon Sep 17 00:00:00 2001 From: Dougal Sutherland Date: Sat, 16 Oct 2010 23:41:24 -0400 Subject: [PATCH] clean up wording in the macports/fink warning msg Signed-off-by: Adam Vandenberg * Additional tweaks by me. --- Library/Homebrew/brew.h.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 5609551940..73da9790fe 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -462,9 +462,9 @@ def brew_install end if macports_or_fink_installed? - opoo "It appears you have Macports or Fink installed" - puts "Although, unlikely, this can break builds or cause obscure runtime issues." - puts "If you experience problems try uninstalling these tools." + opoo "It appears you have MacPorts or Fink installed." + puts "Software installed with MacPorts and Fink are known to cause problems." + puts "If you experience issues try uninstalling these tools." end ################################################################# install!