diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-25 08:42:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-25 13:48:52 +0000 |
commit | e3a7c4e0f345292232b63f31620626b6cf6c19bf (patch) | |
tree | 06592880e91b7136b2e0ecd78ff853ca39566a9f | |
parent | 7ca938a9f2dbe36ea121ab55d56d521dfa62a78b (diff) | |
download | ports-e3a7c4e0f345292232b63f31620626b6cf6c19bf.tar.gz ports-e3a7c4e0f345292232b63f31620626b6cf6c19bf.zip |
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}/,,}" |