diff options
author | gdt <gdt@pkgsrc.org> | 2007-01-11 19:09:50 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-01-11 19:09:50 +0000 |
commit | 979bee578442d4ced40091b2e2d4ca5076da887b (patch) | |
tree | e0383fee22b39529939726a9cfbb1d35eda476bd /pkgtools | |
parent | 25cf8e5e818d1e66410fa9a701a444b79c987dfc (diff) | |
download | pkgsrc-979bee578442d4ced40091b2e2d4ca5076da887b.tar.gz |
* Warn if LICENSE/RESTRICTED/NO_*_ON_* are misordered.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index c5c66b29fc0..267a4e19957 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.54 2007/01/11 18:39:34 joerg Exp $ +$NetBSD: TODO,v 1.55 2007/01/11 19:09:50 gdt Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -38,3 +38,5 @@ include the name of an example package where a warning should occur. problem ==> use of ${APPEND_ELF} * Packages including lang/python/extension.mk must follow the Python version scheme. Enforcing PYPKGPREFIX for those is most likely a good idea. +* Warn if LICENSE/RESTRICTED/NO_*_ON_* are misordered. + |