git: 0a7e8912b7f6 - main - dns/doc: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 23 Feb 2024 15:40:10 UTC
The branch main has been updated by bofh:

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

commit 0a7e8912b7f6c46841b9f26455dcf09a68b4e511
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 15:20:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 15:20:13 +0000

    dns/doc: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 dns/doc/Makefile  | 3 ++-
 dns/doc/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dns/doc/Makefile b/dns/doc/Makefile
index 7a402a968524..909f7e057000 100644
--- a/dns/doc/Makefile
+++ b/dns/doc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	doc
 PORTVERSION=	2.2.3
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	LOCAL/sanpei \
 		ftp://ftp.shub-internet.org/pub/shub/brad/dns/
@@ -25,6 +26,6 @@ do-install:
 .for f in ${AUX_FILES}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${AUX_DIR}
 .endfor
-	@${INSTALL_DATA} ${WRKSRC}/doc.8 ${STAGEDIR}${PREFIX}/man/man8/doc.8
+	@${INSTALL_DATA} ${WRKSRC}/doc.8 ${STAGEDIR}${PREFIX}/share/man/man8/doc.8
 
 .include <bsd.port.mk>
diff --git a/dns/doc/pkg-plist b/dns/doc/pkg-plist
index 9a2dbfb80b83..adc4a924cb05 100644
--- a/dns/doc/pkg-plist
+++ b/dns/doc/pkg-plist
@@ -4,4 +4,4 @@ lib/doc/doc-3.awk
 lib/doc/doc-4.awk
 lib/doc/INFO
 lib/doc/RFC.XXXX
-man/man8/doc.8.gz
+share/man/man8/doc.8.gz