diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/jaggedalliance2/Makefile | 3 | ||||
-rw-r--r-- | games/jaggedalliance2/files/pkg-message.in (renamed from games/jaggedalliance2/pkg-message) | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index b801405e845d..3e8586a54f42 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -27,6 +27,7 @@ NO_CDROM= License only permits non-commerical use NO_PACKAGE= Language of the datafiles must be hardcoded in the game binary WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +SUB_FILES= pkg-message OPTIONS= DUTCH "Compile for Dutch version (choose ONE)" Off \ ENGLISH "Compile for English version (choose ONE)" Off \ @@ -64,7 +65,7 @@ MAN6= ja2.6 post-install: @${MKDIR} ${DATADIR}/Data/TILECACHE - @${SED} -e 's|$${DATADIR}|${DATADIR}|' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} lowercase: @for i in \ diff --git a/games/jaggedalliance2/pkg-message b/games/jaggedalliance2/files/pkg-message.in index 512eb7d47673..93ea9d2911e9 100644 --- a/games/jaggedalliance2/pkg-message +++ b/games/jaggedalliance2/files/pkg-message.in @@ -3,9 +3,9 @@ This Jagged Alliance 2 port requires data files from the original game CD and installation. Copy the following files: - Put all *.slf files into ${DATADIR}/Data. + Put all *.slf files into %%DATADIR%%/Data. Put all *.jsd and *.sti files from the TILECACHE directory into - ${DATADIR}/Data/TILECACHE. + %%DATADIR%%/Data/TILECACHE. All filenames must be lowercase! After copying you can use "make lowercase" to rename all files. |