summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2006-02-24 19:59:41 +0000
committerrillig <rillig>2006-02-24 19:59:41 +0000
commit1a8a7a1f5bd9ab9d85acba751a39096700744ac4 (patch)
tree8e6cd4c9b6776b3da2b5c7b4317445fa4b187f6c /pkgtools
parent63d00d060395e62b5fa9ed2b30e316f293414f68 (diff)
downloadpkgsrc-1a8a7a1f5bd9ab9d85acba751a39096700744ac4.tar.gz
DECOMPRESS_CMD is deprecated.
Diffstat (limited to 'pkgtools')
-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 d78f695786c..14d350ba19e 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.29 2006/02/17 20:00:35 rillig Exp $
+# $NetBSD: deprecated.map,v 1.30 2006/02/24 19:59:41 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -68,3 +68,4 @@ USE_XFACE Use the PKG_OPTIONS framework instead.
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.
+DECOMPRESS_CMD Use EXTRACT_CMD instead.