diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-27 00:57:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-27 00:57:31 +0000 |
commit | 5ca680f0766c47d28d4a467baf844c198b3a41c0 (patch) | |
tree | 4024c83b5ddd9bf08946653e81a5de4c6d2a650e /ports-mgmt/portlint | |
parent | e02168c9a67124862cf8febab2164a60a54b38f4 (diff) | |
download | ports-5ca680f0766c47d28d4a467baf844c198b3a41c0.tar.gz ports-5ca680f0766c47d28d4a467baf844c198b3a41c0.zip |
Notes
Diffstat (limited to 'ports-mgmt/portlint')
-rw-r--r-- | ports-mgmt/portlint/pkg-descr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/pkg-descr b/ports-mgmt/portlint/pkg-descr index 82ae417ff2b5..0cd74bf02e56 100644 --- a/ports-mgmt/portlint/pkg-descr +++ b/ports-mgmt/portlint/pkg-descr @@ -1,12 +1,14 @@ portlint makes a small set of sanity checks for port directory. -usage: portlint [-AabctvN] [-B#] [port_directory] +usage: portlint [-AabcCtvN] [-M ENV] [-B#] [port_directory] -a additional check for scripts/* and pkg/* -A turn on all additional checks (equivalent to -abcNt) -b warn $(VARIABLE) + -C pedantic committer mode (equivalent to -abct) -c committer mode -v verbose mode -t nit pick about use of spaces -N writing a new port -V print the version and exit + -M ENV set make variables to ENV (ex. PORTSDIR=/usr/ports.work) -B# allow # contiguous blank lines (default: 1 line) |