aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorVille Korhonen2010-09-23 06:02:19 +0300
committerAdam Vandenberg2010-09-22 20:53:19 -0700
commit6a5535b448c8f70fa38761ee537e8ae20ca8c63b (patch)
tree37a5adee075d34145d667a5dfd3f4e5f855850b2 /Library/Formula
parent186b65f8d193cfa2d16a1d377a2d961f124398f3 (diff)
downloadhomebrew-6a5535b448c8f70fa38761ee537e8ae20ca8c63b.tar.bz2
pdnsd: added --mandir=#{man}, which fixes warning when building formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pdnsd.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pdnsd.rb b/Library/Formula/pdnsd.rb
index 170ddad21..52bdb33a9 100644
--- a/Library/Formula/pdnsd.rb
+++ b/Library/Formula/pdnsd.rb
@@ -11,6 +11,7 @@ class Pdnsd <Formula
"--prefix=#{prefix}",
"--localstatedir=#{var}",
"--sysconfdir=#{etc}",
+ "--mandir=#{man}",
"--with-cachedir=#{var}/cache/pdnsd"
system "make install"
end