summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portlint/pkg-descr')
-rw-r--r--ports-mgmt/portlint/pkg-descr15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports-mgmt/portlint/pkg-descr b/ports-mgmt/portlint/pkg-descr
deleted file mode 100644
index eb6ae80c5f63..000000000000
--- a/ports-mgmt/portlint/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-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)