diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-01-21 16:59:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-01-21 17:43:25 +0000 |
commit | 7c929ed52b950296f1b73c0e2e8a619b9e57f44d (patch) | |
tree | 8e9a3522dfdbeadadfdf3c767e21478ca0de8a20 | |
parent | eb1af0d6b11e14ce4428c5c41dcfe991d9fc53eb (diff) |
net-mgmt/tcpreplay: Move manpages to share/man
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/pkg-plist | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 6ff165f37533..735575fe89dc 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -1,5 +1,6 @@ PORTNAME= tcpreplay DISTVERSION= 4.4.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/appneta/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -39,4 +40,7 @@ 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> diff --git a/net-mgmt/tcpreplay/pkg-plist b/net-mgmt/tcpreplay/pkg-plist index 0cb6989883ca..f76252afb466 100644 --- a/net-mgmt/tcpreplay/pkg-plist +++ b/net-mgmt/tcpreplay/pkg-plist @@ -4,9 +4,9 @@ bin/tcpreplay bin/tcpreplay-edit bin/tcprewrite bin/tcpcapinfo -man/man1/tcpcapinfo.1.gz -man/man1/tcpbridge.1.gz -man/man1/tcpprep.1.gz -man/man1/tcpreplay-edit.1.gz -man/man1/tcpreplay.1.gz -man/man1/tcprewrite.1.gz +share/man/man1/tcpcapinfo.1.gz +share/man/man1/tcpbridge.1.gz +share/man/man1/tcpprep.1.gz +share/man/man1/tcpreplay-edit.1.gz +share/man/man1/tcpreplay.1.gz +share/man/man1/tcprewrite.1.gz |