summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-17 19:24:49 +0000
committerrillig <rillig@pkgsrc.org>2006-06-17 19:24:49 +0000
commit6967adcd13e0ddb1e84acccf6fff67bffec24981 (patch)
treef689e92c8f1cb2601f08cf2ea41c2ae490359bc9 /pkgtools
parent5ea83c7641fca2875a1de2a12e03b664f5ddf649 (diff)
downloadpkgsrc-6967adcd13e0ddb1e84acccf6fff67bffec24981.tar.gz
{DE,}INSTALL_SRC are deprecated because they interfere with the
pkginstall framework.
Diffstat (limited to 'pkgtools')
-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.