calcurse - fix man path

master
Adam Vandenberg 2010-02-09 09:27:19 -08:00
parent 0c14113bdb
commit 226f3c2960
1 changed files with 3 additions and 1 deletions

View File

@ -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