aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexis Hildebrandt2010-01-15 00:00:03 +0100
committerMax Howell2010-01-24 12:27:40 +0000
commit415c8943980ca1c93ccdcc0a8fb611e4a96eb95d (patch)
treeb08ded10cc155df3191954be1450040a4ae7e678 /Library/Formula
parentf74e86199083a66b1e6574fdf7ad4759999df9cf (diff)
downloadhomebrew-415c8943980ca1c93ccdcc0a8fb611e4a96eb95d.tar.bz2
Update Formula: mairix. Fix man path
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mairix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mairix.rb b/Library/Formula/mairix.rb
index 52f4b27df..c86a0a22f 100644
--- a/Library/Formula/mairix.rb
+++ b/Library/Formula/mairix.rb
@@ -7,7 +7,7 @@ class Mairix <Formula
def install
ENV.j1
- system "./configure", "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make"
system "make install"
end