diff options
author | max <max@FreeBSD.org> | 1997-06-15 22:12:38 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-15 22:12:38 +0800 |
commit | 7f9ffaf9cb5c547a3a4a54596a2444b9d4c4aa75 (patch) | |
tree | 5ae069ff95a17c1f8d136a99586b5eb079ac7a9f /ports-mgmt/portlint/pkg-descr | |
parent | 17ae7894a4c8f76bd7e2abf31bc844507eb48cb6 (diff) | |
download | freebsd-ports-graphics-7f9ffaf9cb5c547a3a4a54596a2444b9d4c4aa75.tar.gz freebsd-ports-graphics-7f9ffaf9cb5c547a3a4a54596a2444b9d4c4aa75.tar.zst freebsd-ports-graphics-7f9ffaf9cb5c547a3a4a54596a2444b9d4c4aa75.zip |
New port, portlint:
portlint makes a small set of sanity checks for port directory.
usage:
Submitted by: Jun-ichiro ITOH <itojun@itojun.org>
PR: 3863
Diffstat (limited to 'ports-mgmt/portlint/pkg-descr')
-rw-r--r-- | ports-mgmt/portlint/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports-mgmt/portlint/pkg-descr b/ports-mgmt/portlint/pkg-descr new file mode 100644 index 00000000000..62e8506785f --- /dev/null +++ b/ports-mgmt/portlint/pkg-descr @@ -0,0 +1,7 @@ +portlint makes a small set of sanity checks for port directory. + +usage: + portlint [-v] [dir] + + -v verbose + dir directory to check. checks the current directory if omitted. |