summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-09 00:55:12 +0000
committerjoerg <joerg>2009-04-09 00:55:12 +0000
commitc7197b70edd831435c1faf04218da59f632f53fe (patch)
treebcca36e6a4c46873b4957668db46dbf881344269 /pkgtools/pkglint
parenta7bb744b4359e9c457c9fc0b9de828fa3d96bc16 (diff)
downloadpkgsrc-c7197b70edd831435c1faf04218da59f632f53fe.tar.gz
NO_MTREE and NO_PACKAGE are obsolete.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/files/deprecated.map6
-rw-r--r--pkgtools/pkglint/files/makevars.map4
2 files changed, 6 insertions, 4 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index c969b019896..be543b5cf15 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.60 2008/02/12 07:39:09 rillig Exp $
+# $NetBSD: deprecated.map,v 1.61 2009/04/09 00:55:12 joerg Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -147,3 +147,7 @@ LICENCE Use LICENSE instead.
# December 2007
INSTALLATION_DIRS_FROM_PLIST Use AUTO_MKDIRS instead.
+
+# April 2009
+NO_PACKAGE It doesn't exist anymore.
+NO_MTREE You can just remove it.
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index 61786ef4edf..796e44720da 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.193 2009/03/25 14:12:04 rillig Exp $
+# $NetBSD: makevars.map,v 1.194 2009/04/09 00:55:12 joerg Exp $
#
# This file contains the guessed type of some variables, according to
@@ -473,8 +473,6 @@ NO_EXPORT_CPP Yes [m:s]
NO_EXTRACT Yes [$package]
NO_INSTALL_MANPAGES Yes [$package]
# ^^ only has an effect for Imake packages.
-NO_MTREE Yes [$package]
-NO_PACKAGE Message [m:s]
NO_PKGTOOLS_REQD_CHECK Yes [m:s]
NO_SRC_ON_CDROM Restricted [m:s,c:s]
NO_SRC_ON_FTP Restricted [m:s,c:s]