diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-04-10 14:03:10 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-04-10 14:03:10 +0800 |
commit | ba7b75fb203538c0491ed6de14b08f1d03d0a031 (patch) | |
tree | 8e815f9928ddec62d21aa1ec46e6a39794c10d9f /games | |
parent | 88c70178a2d0c67ef152a5e6f1a4995ff9f72850 (diff) | |
download | freebsd-ports-gnome-ba7b75fb203538c0491ed6de14b08f1d03d0a031.tar.gz freebsd-ports-gnome-ba7b75fb203538c0491ed6de14b08f1d03d0a031.tar.zst freebsd-ports-gnome-ba7b75fb203538c0491ed6de14b08f1d03d0a031.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)
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.* |