git: 4304668c99e9 - main - sysutils/pnscan: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 06:35:36 UTC
The branch main has been updated by bofh:

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

commit 4304668c99e9b55ef3717aeed662351dde7c6ee6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 06:31:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 06:31:40 +0000

    sysutils/pnscan: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/pnscan/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/pnscan/Makefile b/sysutils/pnscan/Makefile
index 7b94a778fa2b..0a3e85e85ebb 100644
--- a/sysutils/pnscan/Makefile
+++ b/sysutils/pnscan/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=		pnscan
 DISTVERSIONPREFIX=	v
 DISTVERSION=		1.14.1
+PORTREVISION=	1
 CATEGORIES=		sysutils security
 
 MAINTAINER=		pen@lysator.liu.se
@@ -14,9 +15,10 @@ USE_GITHUB=		yes
 GH_ACCOUNT=		ptrrkssn
 
 GNU_CONFIGURE=		yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=		install-strip
 
 PLIST_FILES=		bin/pnscan \
-			man/man1/pnscan.1.gz
+			share/man/man1/pnscan.1.gz
 
 .include <bsd.port.mk>