svn commit: r389298 - head/Mk

Erwin Lansing erwin at FreeBSD.org
Fri Jun 12 20:14:57 UTC 2015


Author: erwin
Date: Fri Jun 12 20:14:56 2015
New Revision: 389298
URL: https://svnweb.freebsd.org/changeset/ports/389298

Log:
  Document check-plist and check-sanity targets.
  
  PR:		135569
  Submitted by:	alexbestms at math.uni-muenster.de

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Jun 12 20:09:43 2015	(r389297)
+++ head/Mk/bsd.port.mk	Fri Jun 12 20:14:56 2015	(r389298)
@@ -694,6 +694,9 @@ FreeBSD_MAINTAINER=	portmgr at 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.


More information about the svn-ports-all mailing list