diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-17 20:00:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-17 20:00:35 +0000 |
commit | 84273c8d65c3a66cb259e87bc3d00851998ded25 (patch) | |
tree | 13b3acac7372e8cdffd45a93e9589192b3975626 /pkgtools/pkglint | |
parent | 809ea4e4c1fe11c6eebf58f5028280da12a3182e (diff) | |
download | pkgsrc-84273c8d65c3a66cb259e87bc3d00851998ded25.tar.gz |
The use of DOWNLOADED_DISTFILE is deprecated because there is no way of
quoting it correctly. The shell variable extract_file should be used
instead.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 9c49a772264..d78f695786c 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.28 2006/02/11 19:49:58 rillig Exp $ +# $NetBSD: deprecated.map,v 1.29 2006/02/17 20:00:35 rillig Exp $ # # This file contains names of Makefile variables and a short explanation @@ -67,3 +67,4 @@ USE_XFACE Use the PKG_OPTIONS framework instead. # February 2006 TOOLS_DEPMETHOD Use the :build or :run modifiers in USE_TOOLS instead. MANDIR Please use ${PREFIX}/${PKGMANDIR} instead. +DOWNLOADED_DISTFILE Use the shell variable $$extract_file instead. |