aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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