aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew Stephens2011-08-30 15:01:15 -0400
committerAdam Vandenberg2011-08-30 13:36:28 -0700
commit059b683f7654907b6ef7e925ba5ec2b0cb1fcff5 (patch)
treef43afba734d08133e3d3cc3d619094a91c5495b1
parent61ac138742ea305a07587bdbca62e25be363a6d6 (diff)
downloadhomebrew-059b683f7654907b6ef7e925ba5ec2b0cb1fcff5.tar.bz2
RRDTool: specify mandir
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/rrdtool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb
index 854d8a324..0ee816373 100644
--- a/Library/Formula/rrdtool.rb
+++ b/Library/Formula/rrdtool.rb
@@ -32,7 +32,7 @@ class Rrdtool < Formula
opoo "Using system Ruby. RRD module will be installed to /Library/Ruby/..." if which_ruby == "/usr/bin/ruby"
opoo "Using system Perl. RRD module will be installed to /Library/Perl/..." if which_perl == "/usr/bin/perl"
- args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]
+ args = ["--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}"]
args << "--enable-perl-site-install" if which_perl == "/usr/bin/perl"
args << "--enable-ruby-site-install" if which_ruby == "/usr/bin/ruby"