Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 13:49:06 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e3a7c4e0f345 - main - www/geronimo: Ports cannot set WRKDIR.
Message-ID:  <202105251349.14PDn6k2079365@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e3a7c4e0f345292232b63f31620626b6cf6c19bf

commit e3a7c4e0f345292232b63f31620626b6cf6c19bf
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2021-05-25 08:42:18 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2021-05-25 13:48:52 +0000

    www/geronimo: Ports cannot set WRKDIR.
---
 www/geronimo/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/geronimo/Makefile b/www/geronimo/Makefile
index 9db097ab8d18..c357ea4fda93 100644
--- a/www/geronimo/Makefile
+++ b/www/geronimo/Makefile
@@ -44,7 +44,6 @@ GERONIMO_USER?=	www
 GERONIMO_GROUP?=www
 GERONIMO_OUT=	${LOG_DIR}/geronimo.out
 PID_FILE=	/var/run/${APP_SHORTNAME}.pid
-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?202105251349.14PDn6k2079365>