aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/install.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index 20ba3f153..ffaf34480 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -56,9 +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 a formula fails to build, uninstall Macports/Fink try again."
+ puts "Homebrew. If a formula fails to build, uninstall MacPorts/Fink and try again."
end
end