diff options
| author | Adam Vandenberg | 2010-02-09 09:27:19 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-09 09:27:19 -0800 |
| commit | 66ab3bd7984155a119a58ef809e462a0e9254bb1 (patch) | |
| tree | 0b72eb5abddd4c2fe1b530956e2fad2392add14d /Library | |
| parent | 39cc1b1b7f63185efb89250211de00f63ea5c4b7 (diff) | |
| download | homebrew-66ab3bd7984155a119a58ef809e462a0e9254bb1.tar.bz2 | |
calcurse - fix man path
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/calcurse.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/calcurse.rb b/Library/Formula/calcurse.rb index f1a5553f0..50a1a2459 100644 --- a/Library/Formula/calcurse.rb +++ b/Library/Formula/calcurse.rb @@ -15,7 +15,9 @@ class Calcurse <Formula ENV.append 'CFLAGS', "-I#{prefix}/include -fnested-functions" ENV.append 'LDFLAGS', "-lintl" ENV.O3 - system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--mandir=#{man}" system "make" system "make install" end |
