Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2017 14:14:49 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450664 - in head: net/py-miniupnpc www/geronimo
Message-ID:  <201709261414.v8QEEnHN079629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Sep 26 14:14:49 2017
New Revision: 450664
URL: https://svnweb.freebsd.org/changeset/ports/450664

Log:
  Fix ports setting WRKDIR themselves to use the new _WRKDIR instead of
  the litteral "work".
  
  I think it should be really safe to remove both instances because they
  they point to directories that are empty anyway.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/net/py-miniupnpc/Makefile   (contents, props changed)
  head/www/geronimo/Makefile   (contents, props changed)

Modified: head/net/py-miniupnpc/Makefile
==============================================================================
--- head/net/py-miniupnpc/Makefile	Tue Sep 26 14:14:44 2017	(r450663)
+++ head/net/py-miniupnpc/Makefile	Tue Sep 26 14:14:49 2017	(r450664)
@@ -12,7 +12,7 @@ MASTERDIR=	${.CURDIR}/../miniupnpc
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-WRKDIR=		${WRKDIRPREFIX}${MASTERDIR}/work
+WRKDIR=		${WRKDIRPREFIX}${MASTERDIR}/${_WRKDIR}
 PLIST=		${.CURDIR}/pkg-plist
 
 post-patch:

Modified: head/www/geronimo/Makefile
==============================================================================
--- head/www/geronimo/Makefile	Tue Sep 26 14:14:44 2017	(r450663)
+++ head/www/geronimo/Makefile	Tue Sep 26 14:14:49 2017	(r450664)
@@ -47,7 +47,7 @@ GERONIMO_USER?=	www
 GERONIMO_GROUP?=www
 GERONIMO_OUT=	${LOG_DIR}/geronimo.out
 PID_FILE=	/var/run/${APP_SHORTNAME}.pid
-WRKDIR?=	${WRKDIRPREFIX}${.CURDIR}/work
+WRKDIR?=	${WRKDIRPREFIX}${.CURDIR}/${_WRKDIR}
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-bin//}
 JAR_FILE=	bin/server.jar
 PLIST_FILES=	"@(${GERONIMO_USER},${GERONIMO_GROUP},) ${GERONIMO_OUT:S,^${PREFIX}/,,}"



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