Remove the hard-to-maintain usage from pkg-descr, and replace it with a

reference to portlint(1).
This commit is contained in:
Joe Marcus Clarke 2006-05-31 07:13:41 +00:00
parent fac480e109
commit 9c67f914b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164053
2 changed files with 4 additions and 30 deletions

View File

@ -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.

View File

@ -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.