aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kühl2010-10-04 09:50:33 +0200
committerAdam Vandenberg2010-10-04 09:08:50 -0700
commit66b81ab1d51a84ba255b2f6d5b5a7367cc4e23bb (patch)
tree32611b9505321393d105e9e56ef8fc752255a279
parent4184594a21cfa5c9a20b6881d8ffe7be01545048 (diff)
downloadhomebrew-66b81ab1d51a84ba255b2f6d5b5a7367cc4e23bb.tar.bz2
maxima: Fix man and info paths.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/maxima.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/maxima.rb b/Library/Formula/maxima.rb
index 69e2fe50e..800f05c47 100644
--- a/Library/Formula/maxima.rb
+++ b/Library/Formula/maxima.rb
@@ -14,6 +14,7 @@ class Maxima <Formula
ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
+ "--mandir=#{man}", "--infodir=#{info}",
"--enable-cmucl", "--enable-gettext"
system "make install"
end