diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-27 08:57:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-27 08:57:31 +0800 |
commit | 05d552dcc15f414575b813ffae50341aa740ea10 (patch) | |
tree | 94c7bdb280e8c25a1f4c6abbd6cdfa8b2665f488 | |
parent | 5ca6d73d4a5ef5352ae795543a3037d91cd9c733 (diff) | |
download | freebsd-ports-gnome-05d552dcc15f414575b813ffae50341aa740ea10.tar.gz freebsd-ports-gnome-05d552dcc15f414575b813ffae50341aa740ea10.tar.zst freebsd-ports-gnome-05d552dcc15f414575b813ffae50341aa740ea10.zip |
Catch the pkg-descr up with reality.
-rw-r--r-- | devel/portlint/pkg-descr | 4 | ||||
-rw-r--r-- | ports-mgmt/portlint/pkg-descr | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/portlint/pkg-descr b/devel/portlint/pkg-descr index 82ae417ff2b5..0cd74bf02e56 100644 --- a/devel/portlint/pkg-descr +++ b/devel/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) 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) |