summaryrefslogtreecommitdiff
path: root/games/xdoom
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-21 18:57:40 +0000
committerjlam <jlam>2006-01-21 18:57:40 +0000
commit755529d0330d8074377d66ced198b34d666d736f (patch)
tree505836e71024eea9e19676a0f20b017dda96b7a3 /games/xdoom
parentd59a062ede1c1a5df1f532d478468fc6f781056d (diff)
downloadpkgsrc-755529d0330d8074377d66ced198b34d666d736f.tar.gz
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
Diffstat (limited to 'games/xdoom')
-rw-r--r--games/xdoom/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile
index f06b7f7c1c1..5c1a7f16701 100644
--- a/games/xdoom/Makefile
+++ b/games/xdoom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/12/05 20:50:18 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2006/01/21 18:57:41 jlam Exp $
DISTNAME= linuxdoom-1.10
PKGNAME= xdoom-1.10
@@ -16,9 +16,10 @@ BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
LICENSE= xdoom-license
+EXTRACT_ONLY= doomsrc.zip
+EXTRACT_OPTX_ZIP= -qo
+
WRKSRC= ${WRKDIR}
-EXTRACT_ONLY= doomsrc.zip
-EXTRACT_CMD= unzip -qo ${DISTDIR}/${EXTRACT_ONLY}
USE_X11BASE= yes
USE_TOOLS+= gmake gunzip
MAKE_ENV+= X11BASE=${X11BASE:Q} INSTALL_PREFIX=${PREFIX:Q}