summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2015-06-12 20:14:56 +0000
committerErwin Lansing <erwin@FreeBSD.org>2015-06-12 20:14:56 +0000
commitb7e180fee31fc0d23d984869917dc3a44ac54cc0 (patch)
treec20272860588890e42306086612deab1afdae7bb
parentca059dcc6399195c2bc386b1302cc707cf2593f2 (diff)
downloadfreebsd-ports-b7e180fee31fc0d23d984869917dc3a44ac54cc0.zip
Document check-plist and check-sanity targets.
PR: 135569 Submitted by: alexbestms@math.uni-muenster.de
-rw-r--r--Mk/bsd.port.mk3
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.