1997-06-15 10:12:38 -04:00
|
|
|
portlint makes a small set of sanity checks for port directory.
|
|
|
|
|
2004-01-01 21:20:41 -05:00
|
|
|
usage: portlint.pl [-AabCchvtN] [-M ENV] [-B#] [port_directory]
|
2000-04-25 17:33:42 -04:00
|
|
|
-a additional check for scripts/* and pkg/*
|
2003-07-19 20:31:20 -04:00
|
|
|
-A turn on all additional checks (equivalent to -abcNt)
|
2000-04-25 17:33:42 -04:00
|
|
|
-b warn $(VARIABLE)
|
|
|
|
-c committer mode
|
2004-01-01 21:20:41 -05:00
|
|
|
-C pedantic committer mode (equivalent to -abct)
|
|
|
|
-h show summary of command line options
|
2000-04-25 17:33:42 -04:00
|
|
|
-v verbose mode
|
|
|
|
-t nit pick about use of spaces
|
|
|
|
-N writing a new port
|
2003-07-28 16:23:32 -04:00
|
|
|
-V print the version and exit
|
2003-12-26 19:57:31 -05:00
|
|
|
-M ENV set make variables to ENV (ex. PORTSDIR=/usr/ports.work)
|
2000-04-25 17:33:42 -04:00
|
|
|
-B# allow # contiguous blank lines (default: 1 line)
|