diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-25 10:42:18 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-25 15:48:52 +0200 |
commit | e3a7c4e0f345292232b63f31620626b6cf6c19bf (patch) | |
tree | 06592880e91b7136b2e0ecd78ff853ca39566a9f | |
parent | devel/R-cran-rversions: Update to 2.1.0 (diff) |
www/geronimo: Ports cannot set WRKDIR.
-rw-r--r-- | www/geronimo/Makefile | 1 |
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}/,,}" |