diff options
| author | Drew Stephens | 2011-08-30 15:01:15 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-30 13:36:28 -0700 |
| commit | 059b683f7654907b6ef7e925ba5ec2b0cb1fcff5 (patch) | |
| tree | f43afba734d08133e3d3cc3d619094a91c5495b1 /Library | |
| parent | 61ac138742ea305a07587bdbca62e25be363a6d6 (diff) | |
| download | homebrew-059b683f7654907b6ef7e925ba5ec2b0cb1fcff5.tar.bz2 | |
RRDTool: specify mandir
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rrdtool.rb | 2 |
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" |
