diff options
Diffstat (limited to 'www/tomcat41')
-rw-r--r-- | www/tomcat41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile index 62a45f95c6c3..0bce5bef230a 100644 --- a/www/tomcat41/Makefile +++ b/www/tomcat41/Makefile @@ -48,7 +48,7 @@ REPLACE_FILES= ${FILESDIR}/daemonctl.c \ ${FILESDIR}/startup.sh \ ${WRKSRC}/conf/server.xml JAR_FILE= bin/bootstrap.jar -WRKDIR?= ${.CURDIR}/work +WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work .include <bsd.port.pre.mk> |