pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Use ${VARBASE}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/562758f37b2e
branches:  trunk
changeset: 478247:562758f37b2e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jul 20 04:38:43 2004 +0000

description:
Use ${VARBASE}.

diffstat:

 emulators/xmame/Makefile |  4 ++--
 emulators/xmess/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r df19ff73e778 -r 562758f37b2e emulators/xmame/Makefile
--- a/emulators/xmame/Makefile  Tue Jul 20 01:12:42 2004 +0000
+++ b/emulators/xmame/Makefile  Tue Jul 20 04:38:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2004/07/18 23:36:17 kristerw Exp $
+# $NetBSD: Makefile,v 1.114 2004/07/20 04:38:43 xtraeme Exp $
 #
 
 DISTNAME=              xmame-0.84.1
@@ -27,7 +27,7 @@
 BUILD_DEFS+=           USE_ESOUND
 
 ROMPATH=               ${PREFIX}/share/${TARGET}
-SPOOLDIR=              /var/games/${TARGET}
+SPOOLDIR=              ${VARBASE}/games/${TARGET}
 
 MAKE_FLAGS+=           TARGET="${TARGET:S/x//}"
 MAKE_FLAGS+=           LIBS="${LDFLAGS} ${LIBS}"
diff -r df19ff73e778 -r 562758f37b2e emulators/xmess/Makefile
--- a/emulators/xmess/Makefile  Tue Jul 20 01:12:42 2004 +0000
+++ b/emulators/xmess/Makefile  Tue Jul 20 04:38:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2004/07/18 23:37:55 kristerw Exp $
+# $NetBSD: Makefile,v 1.55 2004/07/20 04:38:43 xtraeme Exp $
 #
 
 DISTNAME=              xmame-0.84.1
@@ -28,7 +28,7 @@
 BUILD_DEFS+=           USE_ESOUND
 
 ROMPATH=               ${PREFIX}/share/${TARGET}
-SPOOLDIR=              /var/games/${TARGET}
+SPOOLDIR=              ${VARBASE}/games/${TARGET}
 
 MAKE_FLAGS+=           TARGET="${TARGET:S/x//}"
 MAKE_FLAGS+=           LIBS="${LDFLAGS} ${LIBS}"



Home | Main Index | Thread Index | Old Index