aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fcgiwrap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fcgiwrap.rb b/Library/Formula/fcgiwrap.rb
index e75dd757d..43dea1145 100644
--- a/Library/Formula/fcgiwrap.rb
+++ b/Library/Formula/fcgiwrap.rb
@@ -11,7 +11,7 @@ class Fcgiwrap < Formula
def install
system "autoreconf", "-i"
- system "./configure", "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end