aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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