From 086c2e65b2e9dd29e50b9a8235a316e3e1f9e405 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 24 Feb 2024 08:00:27 +0100 Subject: games/ishido: Moved man to share/man Approved by: portmgr (blanket) --- games/ishido/Makefile | 4 ++-- games/ishido/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/ishido/Makefile b/games/ishido/Makefile index dd14d4b74c19..f559dd99b86f 100644 --- a/games/ishido/Makefile +++ b/games/ishido/Makefile @@ -1,6 +1,6 @@ PORTNAME= ishido PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= LOCAL/obrien @@ -12,7 +12,7 @@ USE_XORG= x11 MAKE_ENV= X11BASE=${LOCALBASE} do-install: - ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/share/man/man6 ${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/ishido ${STAGEDIR}${PREFIX}/bin ${INSTALL} ${COPY} ${WRKSRC}/ishido_scores ${STAGEDIR}${PREFIX}/share/misc/ishido_scores diff --git a/games/ishido/pkg-plist b/games/ishido/pkg-plist index 3ade2dd9a92b..d8b6e549f4bd 100644 --- a/games/ishido/pkg-plist +++ b/games/ishido/pkg-plist @@ -3,7 +3,7 @@ bin/ishido @group @mode -man/man6/ishido.6.gz +share/man/man6/ishido.6.gz @mode 664 @group games share/misc/ishido_scores -- cgit v1.2.3