Date: Fri, 23 Feb 2024 19:02:44 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: 613b3d87cc1f - main - games/crimson: Moved man to share/man Message-ID: <202402231902.41NJ2iBg038756@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=613b3d87cc1f787a0fd69a7abffaaf1d2c8d9cdc commit 613b3d87cc1f787a0fd69a7abffaaf1d2c8d9cdc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 18:45:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 19:02:00 +0000 games/crimson: Moved man to share/man Approved by: portmgr (blanket) --- games/crimson/Makefile | 3 ++- games/crimson/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 437a52dade53..220d634e596f 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -1,6 +1,6 @@ PORTNAME= crimson PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ PKGNAMESUFFIX= -fields @@ -13,6 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake sdl USE_SDL= mixer sdl ttf diff --git a/games/crimson/pkg-plist b/games/crimson/pkg-plist index 2102c2634777..06f3cc2a9ff4 100644 --- a/games/crimson/pkg-plist +++ b/games/crimson/pkg-plist @@ -1,5 +1,5 @@ bin/crimson -man/man6/crimson.6.gz +share/man/man6/crimson.6.gz share/pixmaps/crimson.png %%DATADIR%%/cf.dat %%DATADIR%%/default.tiles
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231902.41NJ2iBg038756>