aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-21 18:08:41 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-21 18:08:41 +0000
commit319b2de7f05f71a55f46631a8f01167cbc1ac803 (patch)
tree10e543f0f87bd7a440315d68480d32172733edb9 /net-mgmt/tcpreplay
parent752d5c1dff15bafda4e6766e58b6ac236d0703cf (diff)
downloadports-319b2de7f05f71a55f46631a8f01167cbc1ac803.tar.gz
ports-319b2de7f05f71a55f46631a8f01167cbc1ac803.zip
Diffstat (limited to 'net-mgmt/tcpreplay')
-rw-r--r--net-mgmt/tcpreplay/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
index 735575fe89dc..50296fb6d678 100644
--- a/net-mgmt/tcpreplay/Makefile
+++ b/net-mgmt/tcpreplay/Makefile
@@ -18,6 +18,7 @@ USES= cpe gmake libtool pkgconfig tar:xz
CPE_VENDOR= broadcom
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
# libopts options are required when using autogen
CONFIGURE_ARGS= --disable-libopts-install \
--disable-local-libopts \
@@ -40,7 +41,4 @@ LIBPCAP_BASE_CONFIGURE_ON= --with-libpcap=/usr/lib
# needs .so version (see: 262976)
LIBPCAP_PORTS_LIB_DEPENDS= libpcap.so.1:net/libpcap
-# remove after manprefix migration
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-
.include <bsd.port.mk>