Skip to content

Commit

Permalink
Edit port/fink warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 1, 2011
1 parent 639fb74 commit 279a1de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Homebrew/cmd/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ def check_cc

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

Expand Down

0 comments on commit 279a1de

Please sign in to comment.