summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-05-25 10:42:18 +0200
committerMathieu Arnold <mat@FreeBSD.org>2021-05-25 15:48:52 +0200
commite3a7c4e0f345292232b63f31620626b6cf6c19bf (patch)
tree06592880e91b7136b2e0ecd78ff853ca39566a9f
parentdevel/R-cran-rversions: Update to 2.1.0 (diff)
www/geronimo: Ports cannot set WRKDIR.
-rw-r--r--www/geronimo/Makefile1
1 files changed, 0 insertions, 1 deletions
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}/,,}"