diff options
author | soren <soren> | 2000-03-13 22:23:15 +0000 |
---|---|---|
committer | soren <soren> | 2000-03-13 22:23:15 +0000 |
commit | 12bb4955c82037701adb31153d0c9d76b7c7a10c (patch) | |
tree | 39017feb8ff813a9d419f365e4dfdf35d33e7b0d | |
parent | d411c33a6167e152810edb5eedf84ffefa22036f (diff) | |
download | pkgsrc-12bb4955c82037701adb31153d0c9d76b7c7a10c.tar.gz |
Passing down DESTDIR is not necessary.
-rw-r--r-- | emulators/xmame/Makefile | 4 |
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}" \ |