summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-22 17:09:47 +0000
committerantoine <antoine@FreeBSD.org>2014-02-22 17:09:47 +0000
commit02fe6e4fcdc9a6e3b66b7bcfa1c5c063a35be0c5 (patch)
tree6e785b5fba9bf64091659ac258f8984b79d3153d
parent6632ac2136fd95b3a508290325579b31d91e29c4 (diff)
downloadFreeBSD-ports-02fe6e4fcdc9a6e3b66b7bcfa1c5c063a35be0c5.zip
FreeBSD-ports-02fe6e4fcdc9a6e3b66b7bcfa1c5c063a35be0c5.tar.gz
- Unbreak, it seems this port wants libpcap from ports not base
- Stage support Reported by: pkg-fallout
-rw-r--r--benchmarks/flowgrind/Makefile7
-rw-r--r--benchmarks/flowgrind/pkg-plist3
2 files changed, 4 insertions, 6 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile
index f9b97ef..ffb80ab 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 d1f65d5..d3bd5e9 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
OpenPOWER on IntegriCloud