diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-31 15:13:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-31 15:13:41 +0800 |
commit | aa5c6188b341d24b6ed12aa74527f7ab2baef4b3 (patch) | |
tree | fe3effe4a158b85fdc69714573973ebdbdd4c7e1 /ports-mgmt | |
parent | 2b61b1cda8844b977f5ac035e2e1df25c4b2d768 (diff) | |
download | freebsd-ports-gnome-aa5c6188b341d24b6ed12aa74527f7ab2baef4b3.tar.gz freebsd-ports-gnome-aa5c6188b341d24b6ed12aa74527f7ab2baef4b3.tar.zst freebsd-ports-gnome-aa5c6188b341d24b6ed12aa74527f7ab2baef4b3.zip |
Remove the hard-to-maintain usage from pkg-descr, and replace it with a
reference to portlint(1).
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/pkg-descr | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/ports-mgmt/portlint/pkg-descr b/ports-mgmt/portlint/pkg-descr index eb6ae80c5f63..f7408b5ed432 100644 --- a/ports-mgmt/portlint/pkg-descr +++ b/ports-mgmt/portlint/pkg-descr @@ -1,15 +1,2 @@ -portlint makes a small set of sanity checks for port directory. - -usage: portlint.pl [-AabCchvtN] [-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 committer mode - -C pedantic committer mode (equivalent to -abct) - -h show summary of command line options - -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) +portlint makes a small set of sanity checks for port directory. Check out +portlint(1) for more details. |