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 /textproc/awf | |
parent | bec88f4d4d549f012c9bfbaec3352c4dd7677f48 (diff) | |
download | pkgsrc-509f50ade4590d31deee487276447395033eb026.tar.gz |
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'textproc/awf')
-rw-r--r-- | textproc/awf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/awf/Makefile b/textproc/awf/Makefile index 20fadbcb07b..b35e3472a8f 100644 --- a/textproc/awf/Makefile +++ b/textproc/awf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/25 06:55:42 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/06 12:04:02 rodent Exp $ # DISTNAME= nroff-clone @@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.scn.rain.com/pub/text/ COMMENT= Text formatter (nroff-clone) written in awk -EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/^\#!/d' | ${SH} +EXTRACT_CMD= ${GZCAT} $$extract_file | ${SED} -e '1,/^\#!/d' | ${SH} WRKSRC= ${WRKDIR} SUBST_CLASSES+= awflib |