git: 4172ccc097ba - main - games/quit: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 09 Mar 2024 11:05:24 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4172ccc097ba7b7b2dca361c03afc60d38868187

commit 4172ccc097ba7b7b2dca361c03afc60d38868187
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 10:46:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 11:04:53 +0000

    games/quit: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 games/quit/Makefile  | 4 ++--
 games/quit/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/quit/Makefile b/games/quit/Makefile
index a22298077996..cf8515d0526a 100644
--- a/games/quit/Makefile
+++ b/games/quit/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	quit
 PORTVERSION=	1.2a
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES?=	games
 MASTER_SITES=	https://fukuchi.org/archive/shortshort/
 
@@ -20,7 +20,7 @@ do-build:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/quit ${STAGEDIR}${PREFIX}/bin
 	${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1
-	${INSTALL_MAN} ${WRKSRC}/quit.1 ${STAGEDIR}${PREFIX}/man/ja/man1
+	${INSTALL_MAN} ${WRKSRC}/quit.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt \
 		${STAGEDIR}${DOCSDIR}
diff --git a/games/quit/pkg-plist b/games/quit/pkg-plist
index e7f5f200e817..2c8a330ef5a5 100644
--- a/games/quit/pkg-plist
+++ b/games/quit/pkg-plist
@@ -1,4 +1,4 @@
 bin/quit
-man/ja/man1/quit.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/quit.txt
+share/man/ja/man1/quit.1.gz