From 0db36224d6466d3bb67fe3f4e4637a761ccb7abf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 16 Jul 2013 13:43:42 -0500 Subject: fcgiwrap: fix man page installation --- Library/Formula/fcgiwrap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/fcgiwrap.rb') 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 -- cgit v1.2.3