diff options
author | soren <soren@pkgsrc.org> | 2000-03-13 22:23:15 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 2000-03-13 22:23:15 +0000 |
commit | f7c8329070ae2e7e2d9af68e4351791dbb416994 (patch) | |
tree | 39017feb8ff813a9d419f365e4dfdf35d33e7b0d /emulators | |
parent | 32110c5f9b36d0db66b0e8cc2327db3b16030e6a (diff) | |
download | pkgsrc-f7c8329070ae2e7e2d9af68e4351791dbb416994.tar.gz |
Passing down DESTDIR is not necessary.
Diffstat (limited to 'emulators')
-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}" \ |