Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2015 20:14:57 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389298 - head/Mk
Message-ID:  <201506122014.t5CKEv40004220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506122014.t5CKEv40004220>