git: 604246f07209 - main - devel/dparser: Moved man to share/man

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

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

commit 604246f07209c4d5af2a86282c2f655b220b7957
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 11:02:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 11:25:06 +0000

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

diff --git a/devel/dparser/Makefile b/devel/dparser/Makefile
index d4633e39ac38..8cfa14317a35 100644
--- a/devel/dparser/Makefile
+++ b/devel/dparser/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dparser
 PORTVERSION=	1.33
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -35,7 +36,7 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/make_dparser ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${STAGEDIR}${PREFIX}/share/man/man1
 	${INSTALL_DATA} ${WRKSRC}/dparse.h ${STAGEDIR}${PREFIX}/include
 	${INSTALL_DATA} ${WRKSRC}/dparse_tables.h ${STAGEDIR}${PREFIX}/include
 	${INSTALL_DATA} ${WRKSRC}/dparse_tree.h ${STAGEDIR}${PREFIX}/include
diff --git a/devel/dparser/pkg-plist b/devel/dparser/pkg-plist
index 2e4f2f059294..b754ed064b46 100644
--- a/devel/dparser/pkg-plist
+++ b/devel/dparser/pkg-plist
@@ -4,4 +4,4 @@ include/dparse_tables.h
 include/dparse_tree.h
 include/dsymtab.h
 lib/libdparse.a
-man/man1/make_dparser.1.gz
+share/man/man1/make_dparser.1.gz