diff options
Diffstat (limited to 'www/apache-tomcat55/Makefile')
-rw-r--r-- | www/apache-tomcat55/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache-tomcat55/Makefile b/www/apache-tomcat55/Makefile index ba78e58c4f4..1af6d12e52a 100644 --- a/www/apache-tomcat55/Makefile +++ b/www/apache-tomcat55/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2006/07/07 03:02:13 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/07 03:12:19 minskim Exp $ DISTNAME= apache-tomcat-${TOMCAT_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 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. @@ -49,7 +49,7 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} CONF_FILES+= ${EGDIR2}/${f} ${PKG_SYSCONFDIR}/${CATALINA_DIR}/${f} .endfor -FILES_SUBST+= JAVA_HOME=${PKG_JVM_HOME:Q} TOMCAT_LIB=${TOMCAT_LIB:Q} +FILES_SUBST+= JAVA_HOME=${PKG_JAVA_HOME:Q} TOMCAT_LIB=${TOMCAT_LIB:Q} # If we were going to build jsvc, this would be a start # post-extract: |