trafficserver: fix man path

This commit is contained in:
Adam Vandenberg 2012-07-29 21:54:40 -07:00
parent 1ca7c296ca
commit f1f18b215c

View file

@ -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