git: 7ccf42bd87b7 - main - net/tcpxtract: Move man pages to share/man

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

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

commit 7ccf42bd87b7f19a3b9559349645bede1aef7609
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 18:07:02 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 18:37:11 +0000

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

diff --git a/net/tcpxtract/Makefile b/net/tcpxtract/Makefile
index 0b0dca51efe6..a2fadfd57583 100644
--- a/net/tcpxtract/Makefile
+++ b/net/tcpxtract/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tcpxtract
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SF
 
@@ -8,8 +9,9 @@ COMMENT=	Tool for extracting files from network traffic
 WWW=		https://tcpxtract.sourceforge.net/
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PLIST_FILES=	bin/tcpxtract etc/tcpxtract.conf \
-		man/man1/tcpxtract.1.gz
+		share/man/man1/tcpxtract.1.gz
 
 .include <bsd.port.mk>