fragroute: fix man page installation

master
Jack Nagel 2014-03-14 10:38:50 -05:00
parent e54e6ba671
commit c7155e7759
1 changed files with 1 additions and 0 deletions

View File

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