diff options
author | rillig <rillig> | 2005-12-02 22:48:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-02 22:48:13 +0000 |
commit | 1897df2c3a03554d81a485a52c98a6143b3b4b5b (patch) | |
tree | 145104480fab6a410883e6c9626df0dcf828c96a /pkgtools | |
parent | becf9ac8aacbd1a20cd2173842a273bc1282e781 (diff) | |
download | pkgsrc-1897df2c3a03554d81a485a52c98a6143b3b4b5b.tar.gz |
* check that all values used for the PKG_OPTIONS are documented in
mk/defaults/options.description. Requested by Antoine Reilles via
private mail.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 096dce63677..36774e98d34 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -22,3 +22,6 @@ - security holes, - coding style violations, - possible unportable constructs +* check that all values used for the PKG_OPTIONS are documented in + mk/defaults/options.description. Requested by Antoine Reilles via + private mail. |