diff options
-rw-r--r-- | pkgtools/pkglint/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index b233dd3027d..3b345ddfd10 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.64 2008/03/06 09:34:41 rillig Exp $ +$NetBSD: TODO,v 1.65 2008/03/10 22:01:04 tnn 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. @@ -45,3 +45,6 @@ PLIST regexes to sets of required packages, or something. * don't complain about "procedure calls", like for pkg-build-options in the various buildlink3.mk files. +* To push DESTDIR support forward, it would be useful it pkglint warned + like this if PKG_DESTDIR_SUPPORT is not defined: + "WARN: Please consider adding DESTDIR support to the package." |