summaryrefslogtreecommitdiff
path: root/games/majesty-demo
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 12:03:59 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 12:03:59 +0000
commit509f50ade4590d31deee487276447395033eb026 (patch)
treefdf5e391615dfa6c5c279ed4fee6da83e024b48e /games/majesty-demo
parentbec88f4d4d549f012c9bfbaec3352c4dd7677f48 (diff)
downloadpkgsrc-509f50ade4590d31deee487276447395033eb026.tar.gz
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'games/majesty-demo')
-rw-r--r--games/majesty-demo/Makefile4
1 files changed, 2 insertions, 2 deletions
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