git: 5388f3ed4d15 - main - net/tcpslice: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 20 Mar 2024 18:37:57 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5388f3ed4d155cc235940af814749cde859581b0

commit 5388f3ed4d155cc235940af814749cde859581b0
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 18:03:41 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 18:37:11 +0000

    net/tcpslice: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net/tcpslice/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile
index 9d6829c41602..d14ad437fe68 100644
--- a/net/tcpslice/Makefile
+++ b/net/tcpslice/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tcpslice
 DISTVERSION=	1.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	https://www.tcpdump.org/release/
@@ -15,8 +16,9 @@ USES=		cpe
 CPE_VENDOR=	tcpdump
 
 PLIST_FILES=	bin/tcpslice \
-		man/man1/tcpslice.1.gz
+		share/man/man1/tcpslice.1.gz
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>