aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/arp-sk.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/arp-sk.rb b/Library/Formula/arp-sk.rb
index 29efc1ddc..04036892a 100644
--- a/Library/Formula/arp-sk.rb
+++ b/Library/Formula/arp-sk.rb
@@ -10,6 +10,7 @@ class ArpSk < Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
+ "--mandir=#{man}",
"--with-libnet=#{HOMEBREW_PREFIX}"
system "make install"
end