diff options
Diffstat (limited to 'pkgtools/pkglint/files/pkglint.0')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.0 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/pkglint.0 b/pkgtools/pkglint/files/pkglint.0 index f30186ae3c0..47258db2882 100644 --- a/pkgtools/pkglint/files/pkglint.0 +++ b/pkgtools/pkglint/files/pkglint.0 @@ -87,6 +87,8 @@ DDEESSCCRRIIPPTTIIOONN [no-]exec Warn if a file in the package directory is executable. Most files should not be executable until they are installed. + [no-]order Warn if Makefile variables are not in the preferred order. + [no-]paren Warn if variables are used like $(VAR) in Makefiles. They should always be used like ${VAR}. @@ -143,4 +145,4 @@ BBUUGGSS ings concerning Makefiles do not print the file and line number where the warning originated. - May 15, 2005 3 + May 23, 2005 3 |