aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/trafficserver.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/trafficserver.rb b/Library/Formula/trafficserver.rb
index a6a7833b3..f57c7013c 100644
--- a/Library/Formula/trafficserver.rb
+++ b/Library/Formula/trafficserver.rb
@@ -21,7 +21,10 @@ class Trafficserver < Formula
ENV.enable_warnings
# Needed for OpenSSL headers on Lion.
ENV.append_to_cflags "-Wno-deprecated-declarations"
- system "./configure", "--prefix=#{prefix}", "--with-user=#{ENV['USER']}", "--with-group=admin"
+ system "./configure", "--prefix=#{prefix}",
+ "--mandir=#{man}",
+ "--with-user=#{ENV['USER']}",
+ "--with-group=admin"
system "make install"
end