Date: Sat, 24 Feb 2024 07:08:42 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 086c2e65b2e9 - main - games/ishido: Moved man to share/man Message-ID: <202402240708.41O78g1C057002@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=086c2e65b2e9dd29e50b9a8235a316e3e1f9e405 commit 086c2e65b2e9dd29e50b9a8235a316e3e1f9e405 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:00:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:08:12 +0000 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240708.41O78g1C057002>