diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 23:27:10 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 23:27:10 +0000 |
commit | 3dd3e17928120bc579f833e552da946f34ecbd04 (patch) | |
tree | 8600494646f0dcc2686661dab69d0cdca94eb7de | |
parent | 2ef2802ebd1fd4d8ffd5f25acf0401853a3e8333 (diff) | |
download | pkgsrc-3dd3e17928120bc579f833e552da946f34ecbd04.tar.gz |
The "../.." and PERL5_PACKLIST checks are implemented.
-rw-r--r-- | pkgtools/pkglint/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index b459791533f..d3244b4d0aa 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -5,7 +5,5 @@ * check for absolute paths * check for direct use of /usr/pkgsrc etc. * check for direct use of *DIR -* in dependency lines check for ../../category/package, not ../package * ONLY_FOR_PLATFORM => NOT_FOR_PLATFORM * -Wl,-rpath -* check that PERL5_PACKLIST is a path relative to ${FOO} |