aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter Aronoff2013-06-02 06:57:02 -0400
committerAdam Vandenberg2013-06-02 08:26:21 -0700
commitc4f52e70c6ff291b0743728c1134a7b28f5d22f3 (patch)
tree58035d6698f0e1cb38a2c90635bd44a47004f0dc /Library
parenta225c9e903a8773d791a82cc053e3afe1b1c08ca (diff)
downloadhomebrew-c4f52e70c6ff291b0743728c1134a7b28f5d22f3.tar.bz2
sbcl: remove caveat
Homebrew no longer includes the maxima formula in mxcl/master, so the message is only confusing. Closes #20207. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sbcl.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb
index 8c5f9d17c..1a55731e0 100644
--- a/Library/Formula/sbcl.rb
+++ b/Library/Formula/sbcl.rb
@@ -77,12 +77,4 @@ class Sbcl < Formula
ENV['INSTALL_ROOT'] = prefix
system "sh install.sh"
end
-
- def caveats; <<-EOS.undent
- If you are upgrading sbcl and you have installed maxima,
- you have to reinstall maxima:
-
- brew rm maxima && brew install maxima
- EOS
- end
end