Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2017 20:18:38 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443599 - head/Mk
Message-ID:  <201706142018.v5EKIc8G062340@repo.freebsd.org>

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



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