git: 5fb929bf67d5 - main - irc/ngircd: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 12:29:38 UTC
The branch main has been updated by bofh:

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

commit 5fb929bf67d50f6d422894a77fb9076158751170
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 11:21:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 12:29:17 +0000

    irc/ngircd: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 irc/ngircd/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile
index 2de75bec48f4..f91ddba82b95 100644
--- a/irc/ngircd/Makefile
+++ b/irc/ngircd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ngircd
 PORTVERSION=	26.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	irc
 MASTER_SITES=	https://ngircd.barton.de/pub/ngircd/ \
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe localbase:ldflags tar:xz
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_RC_SUBR=	ngircd
 
 CPE_VENDOR=	barton
@@ -21,8 +23,8 @@ CPE_VERSION=	${PORTVERSION:C/^([0-9]+)$/\1.0/}
 
 PORTDOCS=	*
 PLIST_FILES=	etc/ngircd.conf.sample \
-		man/man5/ngircd.conf.5.gz \
-		man/man8/ngircd.8.gz \
+		share/man/man5/ngircd.conf.5.gz \
+		share/man/man8/ngircd.8.gz \
 		sbin/ngircd
 
 OPTIONS_DEFINE=		DEBUG DOCS ICONV IDENT IPV6 IRCPLUS LIBWRAP PAM \