diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-22 22:53:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-22 22:53:13 +0000 |
commit | 160d9a485611c88b354194f56d39876777076f49 (patch) | |
tree | 3858f27196813d7e8af9efba523d7a7ba781f7c9 /pkgtools | |
parent | 22e5695f16c2e5ee143627bac21339eb97c2a620 (diff) | |
download | pkgsrc-160d9a485611c88b354194f56d39876777076f49.tar.gz |
Updated the man pages.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.0 | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/pkglint.1 | 6 |
2 files changed, 7 insertions, 3 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 diff --git a/pkgtools/pkglint/files/pkglint.1 b/pkgtools/pkglint/files/pkglint.1 index 67385a8788a..657e0d66b5d 100644 --- a/pkgtools/pkglint/files/pkglint.1 +++ b/pkgtools/pkglint/files/pkglint.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkglint.1,v 1.11 2005/05/15 02:38:56 rillig Exp $ +.\" $NetBSD: pkglint.1,v 1.12 2005/05/22 22:53:13 rillig Exp $ .\" From FreeBSD: portlint.1,v 1.8 1997/11/25 14:53:14 itojun Exp .\" .\" Copyright (c) 1997 by Jun-ichiro Itoh <itojun@itojun.org>. @@ -6,7 +6,7 @@ .\" .\" Roland Illig <roland.illig@gmx.de>, 2004. .\" -.Dd May 15, 2005 +.Dd May 23, 2005 .Dt PKGLINT 1 .Sh NAME .Nm pkglint @@ -107,6 +107,8 @@ instead of ${SED}). .It [no-]exec Warn if a file in the package directory is executable. Most files should not be executable until they are installed. +.It [no-]order +Warn if Makefile variables are not in the preferred order. .It [no-]paren Warn if variables are used like $(VAR) in Makefiles. They should always be used like ${VAR}. |