Edit port/fink warning

This commit is contained in:
Adam Vandenberg 2011-09-01 10:14:26 -07:00
parent 3d88bb851e
commit 66841687eb

View File

@ -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