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