summaryrefslogtreecommitdiff
path: root/www/tomcat41
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-04-06 20:16:21 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-04-06 20:16:21 +0000
commit77a100336464615d0f96a1800738642bcd63ea1d (patch)
tree5faabe3d083e945c21cabc964c20cf681a61ddc0 /www/tomcat41
parentadd a depend (Makefile) & more clean(pkg-plist) (diff)
Now installs the shell scripts as well. They were previously
not installed because there was the control program tomcat4ctl already. For some instances, however, tomcat4ctl is not powerful enough. For instance when setting up multiple instances of Tomcat, see http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt. Also added tools.jar to pkg-plist. It should have been added previously. Bumped PORTREVISION. Prompted by: Gavin Cameron <gavin@itworks.com.au>
Notes
Notes: svn path=/head/; revision=57386
Diffstat (limited to 'www/tomcat41')
-rw-r--r--www/tomcat41/Makefile4
-rw-r--r--www/tomcat41/pkg-plist9
2 files changed, 11 insertions, 2 deletions
diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile
index 10f95f9052d9..6306727ab850 100644
--- a/www/tomcat41/Makefile
+++ b/www/tomcat41/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jakarta-tomcat
PORTVERSION= 4.0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www java
MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PORTVERSION}/bin/ \
http://www.metaverse.nl/~ernst/ \
@@ -70,7 +70,7 @@ pre-install:
do-install:
@${ECHO_CMD} -n ">> Removing unneeded files..."
- @${RM} -f `${FIND} ${WRKSRC} -name '*.bat'` `${FIND} ${WRKSRC} -name '*.orig'` `${FIND} ${WRKSRC} -name '*.exe'` ${WRKSRC}/bin/*.sh
+ @${RM} -f `${FIND} ${WRKSRC} -name '*.bat'` `${FIND} ${WRKSRC} -name '*.orig'` `${FIND} ${WRKSRC} -name '*.exe'`
@${ECHO_CMD} " [ DONE ]"
.for f in ${REPLACE_FILES}
diff --git a/www/tomcat41/pkg-plist b/www/tomcat41/pkg-plist
index 4bd2e73a53b0..9fd9e6d9243d 100644
--- a/www/tomcat41/pkg-plist
+++ b/www/tomcat41/pkg-plist
@@ -21,6 +21,14 @@ etc/rc.d/020.jakarta-tomcat4.sh
%%T%%/RELEASE-PLAN-4.0.txt
%%T%%/RUNNING.txt
%%T%%/bin/bootstrap.jar
+%%T%%/bin/catalina.sh
+%%T%%/bin/digest.sh
+%%T%%/bin/jasper.sh
+%%T%%/bin/jspc.sh
+%%T%%/bin/setclasspath.sh
+%%T%%/bin/shutdown.sh
+%%T%%/bin/startup.sh
+%%T%%/bin/tool-wrapper.sh
%%T%%/common/lib/activation.jar
%%T%%/common/lib/jdbc2_0-stdext.jar
%%T%%/common/lib/jndi.jar
@@ -29,6 +37,7 @@ etc/rc.d/020.jakarta-tomcat4.sh
%%T%%/common/lib/naming-common.jar
%%T%%/common/lib/naming-resources.jar
%%T%%/common/lib/servlet.jar
+%%T%%/common/lib/tools.jar
%%T%%/common/lib/tyrex-0.9.7.0.jar
%%T%%/common/lib/tyrex.license
%%T%%/common/lib/xerces.jar