summaryrefslogtreecommitdiff
path: root/www/tomcat41
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-08-10 10:42:48 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-08-10 10:42:48 +0000
commitcee03dba7d9af29b94d9fcde5fa17b174ab8caf6 (patch)
tree33c60187e94398a8be0bfe054219024fc6fcfde6 /www/tomcat41
parentChanged the installation directory of the Sun JDK 1.3.x for Linux to (diff)
Changed WRKDIR definition. It is changed from
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593
Notes
Notes: svn path=/head/; revision=64325
Diffstat (limited to 'www/tomcat41')
-rw-r--r--www/tomcat41/Makefile2
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>