diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-12 15:17:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-12 15:17:44 +0800 |
commit | 4a3f0c4f25e63767355a9d9503e4623ddba50100 (patch) | |
tree | a358913ed0e6642166a43634dec0bdc37dbbe9d1 /games | |
parent | ca2a895b5d314db4fcc67c92c4d3c0606bb4248e (diff) | |
download | freebsd-ports-gnome-4a3f0c4f25e63767355a9d9503e4623ddba50100.tar.gz freebsd-ports-gnome-4a3f0c4f25e63767355a9d9503e4623ddba50100.tar.zst freebsd-ports-gnome-4a3f0c4f25e63767355a9d9503e4623ddba50100.zip |
Minor changes to installation and documentation.
PR: ports/66549
Submitted by: arundel@gmx.net (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/duke3d/Makefile | 9 | ||||
-rw-r--r-- | games/duke3d/files/README.bsd | 6 | ||||
-rw-r--r-- | games/duke3d/pkg-message | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/games/duke3d/Makefile b/games/duke3d/Makefile index 0b69f771ff2e..3e3958a9f11b 100644 --- a/games/duke3d/Makefile +++ b/games/duke3d/Makefile @@ -6,6 +6,7 @@ PORTNAME= duke3d PORTVERSION= 20012306 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ @@ -25,7 +26,7 @@ TARGET_DIR= ${LOCALBASE}/${PORTNAME} DATA_FILES= defs.con game.con user.con PROG_FILES= ${WRKSRC}/source/${PORTNAME} ${WRKSRC}/source/buildengine/build -DOC_FILES1= README BUILDLIC.TXT CONTRIB TODO CHANGELOG ../../readme.txt ../../gnu.txt +DOC_FILES= README BUILDLIC.TXT CONTRIB TODO CHANGELOG ../../readme.txt ../../gnu.txt pre-everything:: .ifndef(WITHOUT_DOSBOX) @@ -66,15 +67,15 @@ do-install: ${LN} -s ${TARGET_DIR}/duke.sh ${LOCALBASE}/bin/duke3d post-install: -.if !defined(NOPORTDOCS) +.ifndef(NOPORTDOCS) ${INSTALL} -d ${DOCSDIR} -.for file in ${DOC_FILES1} +.for file in ${DOC_FILES} ${INSTALL_MAN} ${WRKSRC}/source/buildengine/${file} ${DOCSDIR} .endfor ${SED} -e 's|%%DUKEDIR%%|${PREFIX}/${PORTNAME}|g' ${FILESDIR}/README.bsd > \ ${DOCSDIR}/README.bsd .endif - @${CAT} ${PKGMESSAGE} + @${SED} -e 's|%%DOCSDIR%%|${DOCSDIR}|' ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/games/duke3d/files/README.bsd b/games/duke3d/files/README.bsd index fb8967d80aea..f2b30e792171 100644 --- a/games/duke3d/files/README.bsd +++ b/games/duke3d/files/README.bsd @@ -12,9 +12,9 @@ If you want to edit your config run dosbox, mount %%DUKEDIR%% and run SETUP.EXE. Be sure you have write permission. Otherwise your changes will get lost. -WARNING: Icculus Duke3D port is still in alpha stage and runs very slowly! +WARNING: Icculus Duke3D port is still in alpha stage. Thx go out to -mezz @ bsdforums.org for cleaning up the code and testing it on -CURRENT -clement for his problem reports +- mezz @ bsdforums.org for cleaning up the code and testing it on -CURRENT +- clement for his problem reports and for commiting the port diff --git a/games/duke3d/pkg-message b/games/duke3d/pkg-message index bffc99936ef5..b10362ec489c 100644 --- a/games/duke3d/pkg-message +++ b/games/duke3d/pkg-message @@ -1,5 +1,5 @@ ----------------------------------------------------------------- -Duke Nukem 3D is successfully installed. -Please copy your Duke 3D data to ${PREFIX}/duke3d directory and +Duke Nukem 3D has been successfully installed. +Please take a look at the helpfiles under %%DOCSDIR%% and read http://www.icculus.org/duke3d/ ----------------------------------------------------------------- |