summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-20 04:38:43 +0000
committerxtraeme <xtraeme>2004-07-20 04:38:43 +0000
commitc7db8bc68fc0e757769171a44452a931c80bee69 (patch)
tree775060edf0f652e9c22a528dc4916a589c7e9573 /emulators
parent93201fd28769a49c0b46869def10c8b5f0443288 (diff)
downloadpkgsrc-c7db8bc68fc0e757769171a44452a931c80bee69.tar.gz
Use ${VARBASE}.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile4
-rw-r--r--emulators/xmess/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 878e4458572..7eb0e26c8a7 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -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 @@ UNLIMIT_RESOURCES= datasize
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 --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 97ad3e2feb1..704b8ba5efc 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -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 @@ UNLIMIT_RESOURCES= datasize
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}"