diff options
Diffstat (limited to 'pkgtools/pkglint/files/deprecated.map')
-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. |