From owner-svn-ports-head@freebsd.org Wed Jun 14 20:18:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76907BF3193; Wed, 14 Jun 2017 20:18:39 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46A8C774FB; Wed, 14 Jun 2017 20:18:39 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5EKIc8C062341; Wed, 14 Jun 2017 20:18:38 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5EKIc8G062340; Wed, 14 Jun 2017 20:18:38 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706142018.v5EKIc8G062340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 14 Jun 2017 20:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443599 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2017 20:18:39 -0000 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