aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDougal Sutherland2010-10-16 23:41:24 -0400
committerAdam Vandenberg2010-10-17 15:59:38 -0700
commitd995eb7d5d256c7b13bb7ecea510e08f90aba54e (patch)
tree12af5423cbcc0831d2b31f26034dbbc2baa8075d /Library
parentad1029684c60436bc8b5825918cf4654afd8f0b5 (diff)
downloadhomebrew-d995eb7d5d256c7b13bb7ecea510e08f90aba54e.tar.bz2
clean up wording in the macports/fink warning msg
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Additional tweaks by me.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.h.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 560955194..73da9790f 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!