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:
Booboule 2013-12-19 21:28:23 +01:00 committed by Mike McQuaid
parent b6bce085d5
commit 815e44cc85

View file

@ -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