summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/deprecated.map
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-17 19:24:49 +0000
committerrillig <rillig>2006-06-17 19:24:49 +0000
commit54c959c20ff4b9def74ebb35aeba1969a9de63f0 (patch)
treef689e92c8f1cb2601f08cf2ea41c2ae490359bc9 /pkgtools/pkglint/files/deprecated.map
parent4ecac6f5b231d36c7d2615f119919ed6b73c4d12 (diff)
downloadpkgsrc-54c959c20ff4b9def74ebb35aeba1969a9de63f0.tar.gz
{DE,}INSTALL_SRC are deprecated because they interfere with the
pkginstall framework.
Diffstat (limited to 'pkgtools/pkglint/files/deprecated.map')
-rw-r--r--pkgtools/pkglint/files/deprecated.map6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 7cf61854425..e54a0e624c4 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.36 2006/05/31 02:15:11 rillig Exp $
+# $NetBSD: deprecated.map,v 1.37 2006/06/17 19:24:49 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -86,3 +86,7 @@ BUILDLINK_DEPENDS.* Use BUILDLINK_API_DEPENDS.* instead.
BUILDLINK_RECOMMENDED.* Use BUILDLINK_ABI_DEPENDS.* instead.
SHLIB_HANDLING Use CHECK_SHLIBS_SUPPORTED instead.
USE_RMAN It has been removed.
+
+# June 2006
+DEINSTALL_SRC Use the pkginstall framework instead.
+INSTALL_SRC Use the pkginstall framework instead.