git: 5e8e33e86e55 - main - games/vms-empire: Moved man to share/man

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

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

commit 5e8e33e86e55678abce4ae5957cbff6e420603be
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 08:07:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 08:07:10 +0000

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

diff --git a/games/vms-empire/Makefile b/games/vms-empire/Makefile
index dcca6a0bb93b..fd00dcb70b35 100644
--- a/games/vms-empire/Makefile
+++ b/games/vms-empire/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vms-empire
 PORTVERSION=	1.16
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.catb.org/~esr/vms-empire/
 
@@ -15,7 +16,7 @@ PORTDOCS=	AUTHORS BUGS HACKING NEWS README
 OPTIONS_DEFINE=	DOCS
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man6/${PORTNAME}.6.gz \
+		share/man/man6/${PORTNAME}.6.gz \
 		share/appdata/${PORTNAME}.xml \
 		${DESKTOPDIR}/${PORTNAME}.desktop \
 		share/icons/hicolor/48x48/apps/${PORTNAME}.png
@@ -24,7 +25,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|; \
 	s|/usr/bin|${PREFIX}/bin|; \
 	s|/usr/share/|${PREFIX}/share/|; \
-	s|/usr/local/share/man|${PREFIX}/man|' \
+	s|/usr/local/share/man|${PREFIX}/share/man|' \
 	${WRKSRC}/Makefile
 
 post-install: