Edit port/fink warning
This commit is contained in:
parent
88538c2b4b
commit
3d88bb851e
@ -56,10 +56,9 @@ module Homebrew extend self
|
|||||||
|
|
||||||
def check_macports
|
def check_macports
|
||||||
if MacOS.macports_or_fink_installed?
|
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 "Software installed with other package managers causes known problems for"
|
||||||
puts "Homebrew. If formula fail to build uninstall Macports/Fink and reinstall any"
|
puts "Homebrew. If a formula fails to build, uninstall Macports/Fink try again."
|
||||||
puts "affected formula."
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user