aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPaul Mulders2012-12-29 02:55:21 +0100
committerAdam Vandenberg2013-01-02 11:45:33 -0800
commit4baf64237d8fefba68a24e2237d08311592f00bb (patch)
tree6eb6771aa2cbe56ff9d9933ebead4d50def62652 /Library
parent649e0fe02443a9b36b187d783e285c43dbbe2ada (diff)
downloadhomebrew-4baf64237d8fefba68a24e2237d08311592f00bb.tar.bz2
maxima: fix help(), describe(), "?" and "??" functionality
Closes #16847. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/maxima.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/maxima.rb b/Library/Formula/maxima.rb
index 42840cc8e..d93adb6b8 100644
--- a/Library/Formula/maxima.rb
+++ b/Library/Formula/maxima.rb
@@ -10,6 +10,9 @@ class Maxima < Formula
depends_on 'gnuplot'
depends_on 'rlwrap'
+ # required for maxima help(), describe(), "?" and "??" lisp functionality
+ skip_clean 'share/info'
+
def patches
# fixes 3468021: imaxima.el uses incorrect tmp directory on OS X:
# https://sourceforge.net/tracker/?func=detail&aid=3468021&group_id=4933&atid=104933