git: b17318006d4a - main - net-mgmt/pktstat: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 06:50:29 UTC
The branch main has been updated by bofh:

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

commit b17318006d4a8a12e23a2a85252ad6fc38e21cbc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 06:49:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 06:49:18 +0000

    net-mgmt/pktstat: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/pktstat/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/pktstat/Makefile b/net-mgmt/pktstat/Makefile
index 00cfb4cee3aa..5ca9dba32f1b 100644
--- a/net-mgmt/pktstat/Makefile
+++ b/net-mgmt/pktstat/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pktstat
 PORTVERSION=	1.8.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	freebsd@sosend.de
@@ -15,7 +15,8 @@ GH_TAGNAME=	46935839b
 
 USES=		autoreconf ncurses
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
 
 .include <bsd.port.mk>