diff options
| author | Martin Kühl | 2010-10-04 09:50:33 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-04 09:08:50 -0700 |
| commit | 66b81ab1d51a84ba255b2f6d5b5a7367cc4e23bb (patch) | |
| tree | 32611b9505321393d105e9e56ef8fc752255a279 /Library | |
| parent | 4184594a21cfa5c9a20b6881d8ffe7be01545048 (diff) | |
| download | homebrew-66b81ab1d51a84ba255b2f6d5b5a7367cc4e23bb.tar.bz2 | |
maxima: Fix man and info paths.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/maxima.rb | 1 |
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 |
