aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-09-01 10:08:21 -0700
committerAdam Vandenberg2011-09-01 10:08:21 -0700
commit3d88bb851e78fcc36398b34f0e5b5f56cf8f8a8d (patch)
tree4e9c4a365a7735723e1bd64bd6f4816bea19ee21 /Library/Homebrew/cmd/install.rb
parent88538c2b4b633e46403a8e70edf32f8514aabfb4 (diff)
downloadbrew-3d88bb851e78fcc36398b34f0e5b5f56cf8f8a8d.tar.bz2
Edit port/fink warning
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-rw-r--r--Library/Homebrew/cmd/install.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index 297ba3e5f..20ba3f153 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -56,10 +56,9 @@ module Homebrew extend self
def check_macports
if MacOS.macports_or_fink_installed?
- opoo "It appears you have Macports or Fink installed"
+ opoo "It appears you have Macports or Fink installed."
puts "Software installed with other package managers causes known problems for"
- puts "Homebrew. If formula fail to build uninstall Macports/Fink and reinstall any"
- puts "affected formula."
+ puts "Homebrew. If a formula fails to build, uninstall Macports/Fink try again."
end
end