aboutsummaryrefslogtreecommitdiffstats
path: root/www/tomcat41
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-04-05 06:48:18 +0800
committerznerd <znerd@FreeBSD.org>2002-04-05 06:48:18 +0800
commit3c99cdb2339a0dc504fa1b596f5666df6bfc9d4a (patch)
treeba8f6c9708065accadf787a38834f15552c11811 /www/tomcat41
parent0e3fd74cac09a61f639fddd3f1e5e6d3aad77835 (diff)
downloadfreebsd-ports-gnome-3c99cdb2339a0dc504fa1b596f5666df6bfc9d4a.tar.gz
freebsd-ports-gnome-3c99cdb2339a0dc504fa1b596f5666df6bfc9d4a.tar.zst
freebsd-ports-gnome-3c99cdb2339a0dc504fa1b596f5666df6bfc9d4a.zip
Fixed a problem where the extracted files would
sometimes (?) be looked for in the directory 'work/work' instead of just 'work'. Bumped PORTREVISION.
Diffstat (limited to 'www/tomcat41')
-rw-r--r--www/tomcat41/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile
index 393cfdf1ca95..10f95f9052d9 100644
--- a/www/tomcat41/Makefile
+++ b/www/tomcat41/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jakarta-tomcat
PORTVERSION= 4.0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www java
MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PORTVERSION}/bin/ \
http://www.metaverse.nl/~ernst/ \
@@ -47,7 +47,7 @@ REPLACE_FILES= ${FILESDIR}/daemonctl.c \
${WRKSRC}/conf/server.xml
JAR_FILE= bin/bootstrap.jar
CONTROL_SCRIPT_MANPAGE_TITLE= TOMCAT4CTL
-WRKDIR?= work
+WRKDIR?= ${.CURDIR}/work
.include <bsd.port.pre.mk>