diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:53:54 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:53:54 +0100 |
commit | 85207a2d8e98fea2324d1bede057ae1dbfba7a56 (patch) | |
tree | 931493d912125971f34fc7a363eefa87dce335f6 | |
parent | cc0e89498550773946673760cb02246db5410b0d (diff) | |
download | freebsd-ports-85207a2d8e98fea2324d1bede057ae1dbfba7a56.zip |
games/tileworld: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/tileworld/Makefile | 6 | ||||
-rw-r--r-- | 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 |