diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:55:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:55:12 +0000 |
commit | 8857e1e1dc2a60abbce70d00c7e484d5c350581a (patch) | |
tree | bcca36e6a4c46873b4957668db46dbf881344269 /pkgtools | |
parent | a1361a28225dae140ffa81f38e6a8694ca12124a (diff) | |
download | pkgsrc-8857e1e1dc2a60abbce70d00c7e484d5c350581a.tar.gz |
NO_MTREE and NO_PACKAGE are obsolete.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 6 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
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] |