svn commit: r450664 - in head: net/py-miniupnpc www/geronimo

Mathieu Arnold mat at FreeBSD.org
Tue Sep 26 14:14:50 UTC 2017


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}/,,}"


More information about the svn-ports-head mailing list