From 4baf64237d8fefba68a24e2237d08311592f00bb Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Sat, 29 Dec 2012 02:55:21 +0100 Subject: maxima: fix help(), describe(), "?" and "??" functionality Closes #16847. Signed-off-by: Adam Vandenberg --- Library/Formula/maxima.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3