Date: Sat, 24 Feb 2024 08:16:23 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: 85207a2d8e98 - main - games/tileworld: Moved man to share/man Message-ID: <202402240816.41O8GNMK075544@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=85207a2d8e98fea2324d1bede057ae1dbfba7a56 commit 85207a2d8e98fea2324d1bede057ae1dbfba7a56 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:53:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:53:54 +0000 games/tileworld: Moved man to share/man Approved by: portmgr (blanket) --- games/tileworld/Makefile | 6 ++++-- games/tileworld/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile index 8e127e1a98be..74a377b43ca6 100644 --- a/games/tileworld/Makefile +++ b/games/tileworld/Makefile @@ -1,6 +1,6 @@ PORTNAME= tileworld PORTVERSION= 1.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/ DISTNAME= tworld-${PORTVERSION} @@ -10,7 +10,9 @@ COMMENT= Emulation of the game "Chip's Challenge" WWW= https://www.muppetlabs.com/~breadbox/software/tworld/ USE_SDL= sdl -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + USES= gmake sdl ALL_TARGET= tworld DATADIR= share/tworld diff --git a/games/tileworld/pkg-plist b/games/tileworld/pkg-plist index 30d0fa2f14b3..1ea2bb737266 100644 --- a/games/tileworld/pkg-plist +++ b/games/tileworld/pkg-plist @@ -1,5 +1,5 @@ bin/tworld -man/man6/tworld.6.gz +share/man/man6/tworld.6.gz %%DATADIR%%/data/intro.dat %%DATADIR%%/res/atiles.bmp %%DATADIR%%/res/block.wav
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240816.41O8GNMK075544>