diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-31 12:15:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-31 12:15:09 +0000 |
commit | 65662084d9ecdd29a106004c6effcde5830ffffe (patch) | |
tree | 171b80df86103a0a8f539d517eaf850a444e7a89 /pkgtools | |
parent | 8945fb054b95b7ab72b190597d6614400d327da7 (diff) | |
download | pkgsrc-65662084d9ecdd29a106004c6effcde5830ffffe.tar.gz |
Second try to deprecate LICENCE. ACCEPTABLE_LICENCES continues to exist,
since the reasons for keeping two variables for one purpose seem to be
greater than the ones for simplicity. Don't ask _me_ why.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 56f887bbe24..68ce45ea501 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.55 2007/10/25 16:12:04 rillig Exp $ +# $NetBSD: deprecated.map,v 1.56 2007/10/31 12:15:09 rillig Exp $ # # This file contains names of Makefile variables and a short explanation @@ -137,7 +137,7 @@ NO_DEPENDS You can just remove it. # October 2007 _PKG_SILENT Use RUN instead. _PKG_DEBUG Use RUN instead. -# The following two variables are not yet deprecated, as there has been +LICENCE Use LICENSE instead. +# The following variable is not yet deprecated, as there has been # a large disagreement on the proper spelling. -#LICENCE Use LICENSE instead. #ACCEPTABLE_LICENCES Use ACCEPTABLE_LICENSES instead. |