summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsoren <soren>2000-03-13 22:23:15 +0000
committersoren <soren>2000-03-13 22:23:15 +0000
commit8340c752e2c07ab4f5d7ffbdc9e896ffbeb33703 (patch)
tree39017feb8ff813a9d419f365e4dfdf35d33e7b0d /emulators
parent183277bdbd544cb7efcaa8c737bac5d209fa7169 (diff)
downloadpkgsrc-8340c752e2c07ab4f5d7ffbdc9e896ffbeb33703.tar.gz
Passing down DESTDIR is not necessary.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 385f06a6050..94b302cc23e 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2000/01/20 18:54:49 soren Exp $
+# $NetBSD: Makefile,v 1.34 2000/03/13 22:23:15 soren Exp $
#
DISTNAME= xmame-0.36b14.1
@@ -14,7 +14,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm
USE_X11BASE= yes
USE_GMAKE= yes
-MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \
+MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} \
INSTALL_MAN="${INSTALL_MAN}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
NETBSD_JOYSTICK="${NETBSD_JOYSTICK}" \