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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue