diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-20 04:38:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-20 04:38:43 +0000 |
commit | 0814142942e9786a9327833a122b6b572703cff3 (patch) | |
tree | 775060edf0f652e9c22a528dc4916a589c7e9573 /emulators/xmess | |
parent | 837222f92e3ba23631a5b28eca694c14473b05c9 (diff) | |
download | pkgsrc-0814142942e9786a9327833a122b6b572703cff3.tar.gz |
Use ${VARBASE}.
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |