fragroute: fix man page installation
This commit is contained in:
parent
e54e6ba671
commit
c7155e7759
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class Fragroute < Formula
|
|||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}",
|
||||
"--with-libevent=#{Formula["libevent"].opt_prefix}",
|
||||
"--with-libdnet=#{Formula["libdnet"].opt_prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue