arp-sk: update configure to use the right man dir.
Closes Homebrew/homebrew#25340. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
b6bce085d5
commit
815e44cc85
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue