mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
18bbfe40c0
* Document the -V option [1] * Properly suggest ${STRIP_CMD} (not ${STRIP}) instead of strip [2] * Correct the version string PR: 54993 [1] Submitted by: Mark Linimon <linimon@lonesome.com> [1] gerald [2] Pointy hat to: me [2] (I should have used Gerald's patch as-is)
13 lines
522 B
Plaintext
13 lines
522 B
Plaintext
portlint makes a small set of sanity checks for port directory.
|
|
|
|
usage: portlint [-AabctvN] [-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
|
|
-v verbose mode
|
|
-t nit pick about use of spaces
|
|
-N writing a new port
|
|
-V print the version and exit
|
|
-B# allow # contiguous blank lines (default: 1 line)
|