summaryrefslogtreecommitdiff
path: root/games/xdoom
diff options
context:
space:
mode:
authormycroft <mycroft>1999-04-05 16:35:27 +0000
committermycroft <mycroft>1999-04-05 16:35:27 +0000
commit728ed7b619225b20a79647578e5f6ffcfb6efe45 (patch)
treef6b379c751a5549d053e0bf28f61f68e4f0bd0af /games/xdoom
parent86b25bf293dcb3fc65a0649694031d028b532e0a (diff)
downloadpkgsrc-728ed7b619225b20a79647578e5f6ffcfb6efe45.tar.gz
We need a ${DISTDIR} here to make the extract work.
Diffstat (limited to 'games/xdoom')
-rw-r--r--games/xdoom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile
index d61270deeac..0fdcce44650 100644
--- a/games/xdoom/Makefile
+++ b/games/xdoom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/04/01 14:07:54 agc Exp $
+# $NetBSD: Makefile,v 1.9 1999/04/05 16:35:27 mycroft Exp $
DISTNAME= linuxdoom-1.10
PKGNAME= xdoom-1.10
@@ -16,7 +16,7 @@ BUILD_DEPENDS= unzip:../../archivers/unzip
LICENSE= shareware
EXTRACT_ONLY= doomsrc.zip
-EXTRACT_CMD= unzip -qo ${EXTRACT_ONLY}
+EXTRACT_CMD= unzip -qo ${DISTDIR}/${EXTRACT_ONLY}
USE_X11BASE= yes
USE_GMAKE= yes