summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 12:03:59 +0000
committerrodent <rodent>2013-04-06 12:03:59 +0000
commit87e15c4ba65404ee3072b840c6644314d52e2a23 (patch)
treefdf5e391615dfa6c5c279ed4fee6da83e024b48e /games
parentdff2a57571680ccb04b9afa609f08e70f310f6ca (diff)
downloadpkgsrc-87e15c4ba65404ee3072b840c6644314d52e2a23.tar.gz
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'games')
-rw-r--r--games/et/Makefile4
-rw-r--r--games/heretic2-demo/Makefile4
-rw-r--r--games/majesty-demo/Makefile4
-rw-r--r--games/quake3arena-demo/Makefile4
-rw-r--r--games/quake3arena/Makefile4
-rw-r--r--games/quake3server/Makefile4
-rw-r--r--games/rtcw/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/games/et/Makefile b/games/et/Makefile
index 547a2c2a937..1299ccaa6de 100644
--- a/games/et/Makefile
+++ b/games/et/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/10/06 11:54:36 asau Exp $
+# $NetBSD: Makefile,v 1.17 2013/04/06 12:04:00 rodent Exp $
#
DISTNAME= et-linux-2.56-2.x86
@@ -16,7 +16,7 @@ EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= base glx
USE_TOOLS+= gtar pax
-EXTRACT_CMD= ${TAIL} +356 ${DOWNLOADED_DISTFILE} | ${GTAR} xzf - \
+EXTRACT_CMD= ${TAIL} +356 $$extract_file | ${GTAR} xzf - \
-C ${WRKSRC}
ETDIR= ${PREFIX}/lib/lokigames/et
diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile
index a0bc5e77c72..b8688a37466 100644
--- a/games/heretic2-demo/Makefile
+++ b/games/heretic2-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2012/10/06 11:54:42 asau Exp $
+# $NetBSD: Makefile,v 1.23 2013/04/06 12:04:00 rodent Exp $
#
DISTNAME= heretic2-demo-x86
@@ -15,7 +15,7 @@ HOMEPAGE= http://www.lokigames.com/products/heretic2/
COMMENT= Heretic2 - first person Quake 3D engine based (linux demo)
NO_CONFIGURE= yes
-EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \
+EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' $$extract_file | \
${GTAR} xzf -
USE_TOOLS+= gtar pax
diff --git a/games/majesty-demo/Makefile b/games/majesty-demo/Makefile
index 84650bf78f5..63681365bd4 100644
--- a/games/majesty-demo/Makefile
+++ b/games/majesty-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/10/06 11:54:46 asau Exp $
+# $NetBSD: Makefile,v 1.17 2013/04/06 12:04:00 rodent Exp $
#
DISTNAME= majesty_demo
@@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.linuxgamepublishing.com/info.php?id=majesty
COMMENT= Fantasy kingdom simulation (demo)
-EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \
+EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' $$extract_file | \
${GZCAT} | pax -O -r
USE_TOOLS+= gzcat pax
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile
index eb94aa045cf..3f8c774e189 100644
--- a/games/quake3arena-demo/Makefile
+++ b/games/quake3arena-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2012/10/06 11:54:51 asau Exp $
+# $NetBSD: Makefile,v 1.38 2013/04/06 12:04:01 rodent Exp $
DISTNAME= linuxq3ademo-1_11-6_x86_gz
PKGREVISION= 3
@@ -18,7 +18,7 @@ EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= base x11 glx
USE_TOOLS+= gtar pax find xargs
-EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \
+EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' $$extract_file | \
${GTAR} xzf -
.include "../../mk/bsd.prefs.mk"
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile
index 5ea53ae6fc8..d4b8c677ee7 100644
--- a/games/quake3arena/Makefile
+++ b/games/quake3arena/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2012/10/06 11:54:51 asau Exp $
+# $NetBSD: Makefile,v 1.38 2013/04/06 12:04:00 rodent Exp $
DISTNAME= linuxq3apoint-1.32b.x86
PKGREVISION= 3
@@ -29,7 +29,7 @@ USE_TOOLS+= gtar gunzip pax tail
# The distfile is a self-extracting shell script. "266" is a magic
# number that's taken from the distfile itself.
#
-EXTRACT_CMD= tail +266 ${DOWNLOADED_DISTFILE} | gunzip | gtar -xf -
+EXTRACT_CMD= tail +266 $$extract_file | gunzip | gtar -xf -
DISTBINNAME= quake3.x86
BINNAME= quake3arena
diff --git a/games/quake3server/Makefile b/games/quake3server/Makefile
index 4aa7dd35021..bb058addf36 100644
--- a/games/quake3server/Makefile
+++ b/games/quake3server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/01/11 00:15:39 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2013/04/06 12:04:01 rodent Exp $
DISTNAME= linuxq3apoint-1.32b.x86
PKGNAME= quake3server-1.32b
@@ -14,7 +14,7 @@ COMMENT= Quake III Arena Dedicated Server for Linux
.include "../../games/quake3server/Makefile.common"
USE_TOOLS+= bsdtar
-EXTRACT_CMD= ${SED} '1,265d' ${DOWNLOADED_DISTFILE} | ${TOOLS_PATH.bsdtar} xzf -
+EXTRACT_CMD= ${SED} '1,265d' $$extract_file | ${TOOLS_PATH.bsdtar} xzf -
NO_BUILD= yes
WRKSRC= ${WRKDIR}
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile
index fd7375dce12..5bf5d3a06f2 100644
--- a/games/rtcw/Makefile
+++ b/games/rtcw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/06 11:54:53 asau Exp $
+# $NetBSD: Makefile,v 1.20 2013/04/06 12:04:01 rodent Exp $
DISTNAME= wolf-linux-1.33.x86
PKGNAME= rtcw-1.33
@@ -26,7 +26,7 @@ NOT_FOR_PLATFORM= NetBSD-*-*
BUILD_DIRS= # empty
RTCWDIR= ${PREFIX}/lib/lokigames/rtcw
USE_TOOLS+= gtar pax gzip
-EXTRACT_CMD= ${SED} '1,178d' ${DOWNLOADED_DISTFILE} | \
+EXTRACT_CMD= ${SED} '1,178d' $$extract_file | \
${GZIP_CMD} -d | ${GTAR} -C ${WRKSRC} -xf -
pre-extract: