aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-05-25 08:42:18 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-05-25 13:48:52 +0000
commite3a7c4e0f345292232b63f31620626b6cf6c19bf (patch)
tree06592880e91b7136b2e0ecd78ff853ca39566a9f
parent7ca938a9f2dbe36ea121ab55d56d521dfa62a78b (diff)
downloadports-e3a7c4e0f345292232b63f31620626b6cf6c19bf.tar.gz
ports-e3a7c4e0f345292232b63f31620626b6cf6c19bf.zip
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}/,,}"