diff options
Diffstat (limited to 'www/apache-tomcat55/Makefile')
-rw-r--r-- | www/apache-tomcat55/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/apache-tomcat55/Makefile b/www/apache-tomcat55/Makefile index 7776d3e720a..b2cfb38ac94 100644 --- a/www/apache-tomcat55/Makefile +++ b/www/apache-tomcat55/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2006/11/13 11:25:16 abs Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/22 19:27:19 wiz Exp $ -DISTNAME= apache-tomcat-${TOMCAT_VERSION} +DISTNAME= apache-tomcat-${TOMCAT_VERSION} CATEGORIES= www java # The list of sites to download is generated by an apache website. # The getsite.sh script parses the HTML and extracts the urls. @@ -15,7 +15,7 @@ USE_JAVA= run # This needs java 1.5 or higher. USE_JAVA2= 1.5 -TOMCAT_LIB= ${PREFIX}/tomcat +TOMCAT_LIB= ${PREFIX}/tomcat CATALINA_DIR= Catalina/localhost EGDIR= ${TOMCAT_LIB}/share/examples/apache-tomcat @@ -31,8 +31,8 @@ EXTRACT_USING= gtar PKG_SYSCONFDIR.apache-tomcat= ${TOMCAT_LIB}/conf MAKE_DIRS= ${PKG_SYSCONFDIR.apache-tomcat}/${CATALINA_DIR} -CONFLICTS+= jakarta-tomcat55-[0-9]* -CONFLICTS+= jakarta-tomcat-[0-9]* +CONFLICTS+= jakarta-tomcat55-[0-9]* +CONFLICTS+= jakarta-tomcat-[0-9]* RCD_SCRIPTS= tomcat CFILES= server.xml web.xml tomcat-users.xml |