games/tileworld: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
cc0e894985
commit
85207a2d8e
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= tileworld
|
PORTNAME= tileworld
|
||||||
PORTVERSION= 1.3.0
|
PORTVERSION= 1.3.0
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/
|
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/
|
||||||
DISTNAME= tworld-${PORTVERSION}
|
DISTNAME= tworld-${PORTVERSION}
|
||||||
|
@ -10,7 +10,9 @@ COMMENT= Emulation of the game "Chip's Challenge"
|
||||||
WWW= https://www.muppetlabs.com/~breadbox/software/tworld/
|
WWW= https://www.muppetlabs.com/~breadbox/software/tworld/
|
||||||
|
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
USES= gmake sdl
|
USES= gmake sdl
|
||||||
ALL_TARGET= tworld
|
ALL_TARGET= tworld
|
||||||
DATADIR= share/tworld
|
DATADIR= share/tworld
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/tworld
|
bin/tworld
|
||||||
man/man6/tworld.6.gz
|
share/man/man6/tworld.6.gz
|
||||||
%%DATADIR%%/data/intro.dat
|
%%DATADIR%%/data/intro.dat
|
||||||
%%DATADIR%%/res/atiles.bmp
|
%%DATADIR%%/res/atiles.bmp
|
||||||
%%DATADIR%%/res/block.wav
|
%%DATADIR%%/res/block.wav
|
||||||
|
|
Loading…
Reference in a new issue