diff options
author | erwin <erwin@FreeBSD.org> | 2015-06-13 04:14:56 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2015-06-13 04:14:56 +0800 |
commit | f0d85d3e23daa7524d2d9d94e1163417d5e35d95 (patch) | |
tree | c20272860588890e42306086612deab1afdae7bb /Mk | |
parent | 1ffa857600f8d1dfdf6a4a4427c8a730c4092074 (diff) | |
download | freebsd-ports-gnome-f0d85d3e23daa7524d2d9d94e1163417d5e35d95.tar.gz freebsd-ports-gnome-f0d85d3e23daa7524d2d9d94e1163417d5e35d95.tar.zst freebsd-ports-gnome-f0d85d3e23daa7524d2d9d94e1163417d5e35d95.zip |
Document check-plist and check-sanity targets.
PR: 135569
Submitted by: alexbestms@math.uni-muenster.de
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f3652fd09e96..feb528bb125c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -694,6 +694,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - Create a package for a port and _all_ of its dependencies. # describe - Try to generate a one-line description for each port for # use in INDEX files and the like. +# check-plist - Checks for files missing from the plist, and files in the plist +# that are not installed by the port. +# check-sanity - Perform some basic checks of the port layout. # checkpatch - Do a "patch -C" instead of a "patch". Note that it may # give incorrect results if multiple patches deal with # the same file. |