diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-22 13:50:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-22 13:50:15 +0000 |
commit | 2404582efc20ba80fa65b10ba3e3eaf9f2fe3726 (patch) | |
tree | 0a0bfe241b17ce939adf152a6fcfb742e96980e8 /games | |
parent | b7bfae1d775f15746c3dada0d59a228298557dfd (diff) | |
download | pkgsrc-2404582efc20ba80fa65b10ba3e3eaf9f2fe3726.tar.gz |
Use MESSAGE_SUBST for Q3MODDIR in MESSAGE file.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3server-ut/MESSAGE | 5 | ||||
-rw-r--r-- | games/quake3server-ut/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games/quake3server-ut/MESSAGE b/games/quake3server-ut/MESSAGE index aefe4a3625f..9bac44e2424 100644 --- a/games/quake3server-ut/MESSAGE +++ b/games/quake3server-ut/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/01/22 13:41:14 xtraeme Exp $ +$NetBSD: MESSAGE,v 1.2 2004/01/22 13:50:15 xtraeme Exp $ To start an Urban Terror Quake3 server, add this to your /etc/rc.conf: @@ -7,6 +7,7 @@ To start an Urban Terror Quake3 server, add this to your /etc/rc.conf: quake3server_flags="+set fs_game ut +set dedicated 1 +exec ut.cfg &" -You will need to create a custom ut.cfg file, and place it in ${Q3MODDIR}. +You will need to create a custom ut.cfg file, and place it in +${Q3MODDIR}. =========================================================================== diff --git a/games/quake3server-ut/Makefile b/games/quake3server-ut/Makefile index bfa065b73dc..c758f4df1b5 100644 --- a/games/quake3server-ut/Makefile +++ b/games/quake3server-ut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 13:41:14 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/22 13:50:15 xtraeme Exp $ DISTNAME= urbanterror3 PKGNAME= quake3server-ut-3.0 @@ -24,6 +24,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/q3ut3 Q3MODDIR= ${Q3ROOTDIR}/ut DOCDIR= ${PREFIX}/share/doc/lokigames/quake3server/ut +MESSAGE_SUBST+= Q3MODDIR=${Q3MODDIR} do-install: ${INSTALL_DATA_DIR} ${Q3MODDIR} |