aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arp-sk.rb
diff options
context:
space:
mode:
authorBooboule2013-12-19 21:28:23 +0100
committerMike McQuaid2013-12-19 20:33:20 +0000
commite102683c4c788ce4976ca55f2d78eda55f685cc1 (patch)
tree8076d3f5d0d6a7b82149739da7d577acce3013fd /Library/Formula/arp-sk.rb
parent8c47ff7a36080330f3b00e26bb0dfa757b5c3ce5 (diff)
downloadhomebrew-e102683c4c788ce4976ca55f2d78eda55f685cc1.tar.bz2
arp-sk: update configure to use the right man dir.
Closes #25340. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/arp-sk.rb')
-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