Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:43:45 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c929ed52b95 - main - net-mgmt/tcpreplay: Move manpages to share/man
Message-ID:  <202401211743.40LHhjUJ099193@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c929ed52b950296f1b73c0e2e8a619b9e57f44d

commit 7c929ed52b950296f1b73c0e2e8a619b9e57f44d
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 16:59:11 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 17:43:25 +0000

    net-mgmt/tcpreplay: Move manpages to share/man
---
 net-mgmt/tcpreplay/Makefile  |  4 ++++
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211743.40LHhjUJ099193>