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 /sysutils/tkcron | |
parent | bec88f4d4d549f012c9bfbaec3352c4dd7677f48 (diff) | |
download | pkgsrc-509f50ade4590d31deee487276447395033eb026.tar.gz |
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'sysutils/tkcron')
-rw-r--r-- | sysutils/tkcron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tkcron/Makefile b/sysutils/tkcron/Makefile index 766aa144ef2..eacfb9cf199 100644 --- a/sysutils/tkcron/Makefile +++ b/sysutils/tkcron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/23 19:51:26 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 12:04:01 rodent Exp $ # DISTNAME= tkcron-2.12 @@ -13,7 +13,7 @@ COMMENT= Graphical frontend to crontab DEPENDS+= tk>=8.3.2:../../x11/tk WRKSRC= ${WRKDIR} -EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > tkcron.tcl +EXTRACT_CMD= ${GZCAT} $$extract_file > tkcron.tcl INSTALLATION_DIRS= bin |