diff options
-rw-r--r-- | benchmarks/flowgrind/Makefile | 7 | ||||
-rw-r--r-- | benchmarks/flowgrind/pkg-plist | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile index f9b97ef72633..ffb80ab6802d 100644 --- a/benchmarks/flowgrind/Makefile +++ b/benchmarks/flowgrind/Makefile @@ -12,15 +12,10 @@ COMMENT= Measure throughput and other metrics for TCP LIB_DEPENDS= libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c \ libgsl.so:${PORTSDIR}/math/gsl \ - libpcap.so:${PORTSDIR}/net/libpcap + libpcap.so.1:${PORTSDIR}/net/libpcap USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-debug -MAN1= flowgrind-stop.1 \ - flowgrind.1 \ - flowgrindd.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/benchmarks/flowgrind/pkg-plist b/benchmarks/flowgrind/pkg-plist index d1f65d5897cd..d3bd5e90e14f 100644 --- a/benchmarks/flowgrind/pkg-plist +++ b/benchmarks/flowgrind/pkg-plist @@ -1,3 +1,6 @@ bin/flowgrind bin/flowgrind-stop sbin/flowgrindd +man/man1/flowgrind-stop.1.gz +man/man1/flowgrind.1.gz +man/man1/flowgrindd.1.gz |