diff options
| author | Booboule | 2013-12-19 21:28:23 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-19 20:33:20 +0000 |
| commit | e102683c4c788ce4976ca55f2d78eda55f685cc1 (patch) | |
| tree | 8076d3f5d0d6a7b82149739da7d577acce3013fd /Library/Formula/arp-sk.rb | |
| parent | 8c47ff7a36080330f3b00e26bb0dfa757b5c3ce5 (diff) | |
| download | homebrew-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.rb | 1 |
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 |
