diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 06:03:10 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 06:03:10 +0000 |
commit | 3dfa4ba65a495cbec8583c5625ad68d0b52aef8c (patch) | |
tree | 12b9c928152d6eb9cc7e72ddf88181d40458fa4d /games | |
parent | 8a0e91893320c5ad0b63086f0db838c54c03516c (diff) | |
download | ports-3dfa4ba65a495cbec8583c5625ad68d0b52aef8c.tar.gz ports-3dfa4ba65a495cbec8583c5625ad68d0b52aef8c.zip |
Automatically substitude PREFIX in pkg-message, so it's clearer for user where to put data files.
PR: 111431
Submitted by: Dmitry Marakasov <amdmi3 AT amdmi3.ru>
Approved by: clsung (mentor)
Notes
Notes:
svn path=/head/; revision=189635
Diffstat (limited to 'games')
-rw-r--r-- | games/reminiscence/Makefile | 4 | ||||
-rw-r--r-- | games/reminiscence/files/pkg-message.in (renamed from games/reminiscence/pkg-message) | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/games/reminiscence/Makefile b/games/reminiscence/Makefile index 503acf96de12..ec70723885a7 100644 --- a/games/reminiscence/Makefile +++ b/games/reminiscence/Makefile @@ -7,6 +7,7 @@ PORTNAME= REminiscence PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://cyxdown.free.fr/reminiscence/ \ http://www.amdmi3.ru/distfiles/ @@ -21,6 +22,9 @@ USE_SDL= sdl ALL_TARGET= rs MAKE_ENV= CXX="${CXX}" +PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message + PORTDOCS= README post-patch: diff --git a/games/reminiscence/pkg-message b/games/reminiscence/files/pkg-message.in index ff9e2e81fa44..571784abac89 100644 --- a/games/reminiscence/pkg-message +++ b/games/reminiscence/files/pkg-message.in @@ -1,7 +1,7 @@ ========================================================================== REminiscence requires original Flashback datafiles. Copy the following -files to ${PREFIX}/share/REminiscence/data/ directory: +files to %%PREFIX%%/share/REminiscence/data/ directory: FB_TXT.FNT GLOBAL.ICN GLOBAL.FIB GLOBAL.SPC *.OFF *.SPR *.MAP *.PAL *.ANI *.CT *.MBK *.OBJ *.PGE *.RP *.TBN *.CMD *.POL *CINE.* |