From ea96aadb6681c990f1f154ca6f991f0dcf6df117 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 5 Apr 1999 16:35:27 +0000 Subject: We need a ${DISTDIR} here to make the extract work. --- games/xdoom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/xdoom') 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 -- cgit v1.2.3