summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/deprecated.map
diff options
context:
space:
mode:
authorrillig <rillig>2006-02-17 20:00:35 +0000
committerrillig <rillig>2006-02-17 20:00:35 +0000
commitd90a99c9fb471a7dccfb6940c02d6c732ecc5263 (patch)
tree13b3acac7372e8cdffd45a93e9589192b3975626 /pkgtools/pkglint/files/deprecated.map
parentd1b3bc3465bc709e2a31b47d4938f2df9bf0a518 (diff)
downloadpkgsrc-d90a99c9fb471a7dccfb6940c02d6c732ecc5263.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/files/deprecated.map')
-rw-r--r--pkgtools/pkglint/files/deprecated.map3
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.