freebsd-ports/devel/portlint/pkg-descr
Joe Marcus Clarke 18bbfe40c0 Update to 2.4.1.
* 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)
2003-07-28 20:23:32 +00:00

12 lines
522 B
Text

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)