pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/quake3server-ut Use MESSAGE_SUBST for Q3MODDIR i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/526858d37dc1
branches:  trunk
changeset: 466734:526858d37dc1
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Jan 22 13:50:15 2004 +0000

description:
Use MESSAGE_SUBST for Q3MODDIR in MESSAGE file.

diffstat:

 games/quake3server-ut/MESSAGE  |  5 +++--
 games/quake3server-ut/Makefile |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 61db35bb5eed -r 526858d37dc1 games/quake3server-ut/MESSAGE
--- a/games/quake3server-ut/MESSAGE     Thu Jan 22 13:42:55 2004 +0000
+++ b/games/quake3server-ut/MESSAGE     Thu Jan 22 13:50:15 2004 +0000
@@ -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 @@
        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 -r 61db35bb5eed -r 526858d37dc1 games/quake3server-ut/Makefile
--- a/games/quake3server-ut/Makefile    Thu Jan 22 13:42:55 2004 +0000
+++ b/games/quake3server-ut/Makefile    Thu Jan 22 13:50:15 2004 +0000
@@ -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 @@
 WRKSRC=                ${WRKDIR}/q3ut3
 Q3MODDIR=      ${Q3ROOTDIR}/ut
 DOCDIR=                ${PREFIX}/share/doc/lokigames/quake3server/ut
+MESSAGE_SUBST+=        Q3MODDIR=${Q3MODDIR}
 
 do-install:
        ${INSTALL_DATA_DIR} ${Q3MODDIR}



Home | Main Index | Thread Index | Old Index