aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fcgiwrap.rb
diff options
context:
space:
mode:
authorJack Nagel2013-07-16 13:43:42 -0500
committerJack Nagel2013-07-16 13:43:42 -0500
commit0db36224d6466d3bb67fe3f4e4637a761ccb7abf (patch)
treeaf15e5b8e4374af423e96e765e401f21bcd6fabf /Library/Formula/fcgiwrap.rb
parentd3da75fc0393b0924d0cf25b6d0f42d87d41c898 (diff)
downloadhomebrew-0db36224d6466d3bb67fe3f4e4637a761ccb7abf.tar.bz2
fcgiwrap: fix man page installation
Diffstat (limited to 'Library/Formula/fcgiwrap.rb')
-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