1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

Now using lib/tomcat.jar as JAR file instead of the non-existent

lib/tomcat3.jar. This fixes the problems that was introduced in
revision 1.30.

Bumped PORTREVISION.

PR:	37762
This commit is contained in:
Ernst de Haan 2002-05-06 08:42:24 +00:00
parent b4a2e9f89a
commit 65a4456e18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58602

View File

@ -7,7 +7,7 @@
PORTNAME= jakarta-tomcat
PORTVERSION= 3.3.1
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= www java
MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat/release/v${PORTVERSION}/bin/ \
http://www.metaverse.nl/~ernst/ \
@ -45,7 +45,7 @@ REPLACE_FILES= ${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.c \
${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.1 \
${PORTSDIR}/www/jakarta-tomcat4/files/startup.sh \
${WRKSRC}/conf/server.xml
JAR_FILE= lib/${APP_SHORTNAME}.jar
JAR_FILE= lib/tomcat.jar
WRKDIR?= ${.CURDIR}/work
.include <bsd.port.pre.mk>