diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 12:03:59 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 12:03:59 +0000 |
commit | 509f50ade4590d31deee487276447395033eb026 (patch) | |
tree | fdf5e391615dfa6c5c279ed4fee6da83e024b48e /math | |
parent | bec88f4d4d549f012c9bfbaec3352c4dd7677f48 (diff) | |
download | pkgsrc-509f50ade4590d31deee487276447395033eb026.tar.gz |
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'math')
-rw-r--r-- | math/antixls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/antixls/Makefile b/math/antixls/Makefile index d571fca25c3..037a84ee6a8 100644 --- a/math/antixls/Makefile +++ b/math/antixls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/12/12 10:44:10 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 12:04:01 rodent Exp $ # DISTNAME= antixls-0.2b @@ -15,7 +15,7 @@ DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel USE_TOOLS+= perl:run WRKSRC= ${WRKDIR} -EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} antixls +EXTRACT_CMD= ${CP} $$extract_file antixls REPLACE_PERL+= antixls NO_BUILD= YES |