svn commit: r443599 - head/Mk

Tobias C. Berner tcberner at FreeBSD.org
Wed Jun 14 20:18:39 UTC 2017


Author: tcberner
Date: Wed Jun 14 20:18:38 2017
New Revision: 443599
URL: https://svnweb.freebsd.org/changeset/ports/443599

Log:
  Add note, that WRKDIRPREFIX must not end in '/'.
  
  PR:		199297
  Approved by:	portmgr (mat)
  Differential Revision:	https://reviews.freebsd.org/D11032

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Jun 14 19:03:47 2017	(r443598)
+++ head/Mk/bsd.port.mk	Wed Jun 14 20:18:38 2017	(r443599)
@@ -483,7 +483,7 @@ FreeBSD_MAINTAINER=	portmgr at FreeBSD.org
 #				  going locally to each port).
 #				  Default: ${PORTSDIR}/packages
 # WRKDIRPREFIX	- The place to root the temporary working directory
-#				  hierarchy.
+#				  hierarchy. This path must *not* end in '/'.
 #				  Default: none
 # WRKDIR		- A temporary working directory that gets *clobbered* on clean
 #				  Default: ${WRKDIRPREFIX}${.CURDIR}/work


More information about the svn-ports-all mailing list