summaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat3
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-03-30 18:15:21 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-03-30 18:15:21 +0000
commit784972ffc4fdcb8ece4602f196757d1991054e62 (patch)
treef6e25c48dcce2c62ae98137a5344715e0473581a /www/jakarta-tomcat3
parentUpdate to 1.5.0 (diff)
Removed reference to workers.properties since it no
longer exists. Bumped PORTREVISION.
Notes
Notes: svn path=/head/; revision=56967
Diffstat (limited to 'www/jakarta-tomcat3')
-rw-r--r--www/jakarta-tomcat3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/jakarta-tomcat3/Makefile b/www/jakarta-tomcat3/Makefile
index 07cfea174367..1b70c7eb5df0 100644
--- a/www/jakarta-tomcat3/Makefile
+++ b/www/jakarta-tomcat3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jakarta-tomcat
PORTVERSION= 3.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www java
MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat/release/v${PORTVERSION}/bin/ \
http://www.metaverse.nl/~ernst/ \
@@ -101,7 +101,6 @@ do-install:
@${ECHO_CMD} -n ">> Copying files to destination directory..."
@${CP} -R ${WRKSRC}/* ${APP_HOME}
- @${CP} ${WRKDIR}/workers.properties ${APP_HOME}/conf
@${ECHO_CMD} " [ DONE ]"
@${ECHO_CMD} -n ">> Compiling and installing control script..."