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 /print | |
parent | bec88f4d4d549f012c9bfbaec3352c4dd7677f48 (diff) | |
download | pkgsrc-509f50ade4590d31deee487276447395033eb026.tar.gz |
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'print')
-rw-r--r-- | print/adobeps-win/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/adobeps-win/Makefile b/print/adobeps-win/Makefile index 41bf2426d4d..f48ea6c55b1 100644 --- a/print/adobeps-win/Makefile +++ b/print/adobeps-win/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/08 13:45:35 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/06 12:04:01 rodent Exp $ DISTNAME= winsteng PKGNAME= adobeps-win-1.0.6 @@ -16,7 +16,7 @@ DEPENDS+= cups>=1.1.15:../../print/cups DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} -EXTRACT_CMD= ${LOCALBASE}/bin/cabextract ${DOWNLOADED_DISTFILE} +EXTRACT_CMD= ${LOCALBASE}/bin/cabextract $$extract_file NO_CONFIGURE= yes NO_BUILD= yes |