summaryrefslogtreecommitdiff
path: root/www/apache-tomcat55
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-07-07 03:11:48 +0000
committerminskim <minskim@pkgsrc.org>2006-07-07 03:11:48 +0000
commitb786dee9bec703d0f1c35965f32bb9184eb8dadb (patch)
treedefe68a69f28b807dc873e4a4a25038a051eec51 /www/apache-tomcat55
parent2019a27e47045a3d6e334dc682083f7ad6f6b567 (diff)
downloadpkgsrc-b786dee9bec703d0f1c35965f32bb9184eb8dadb.tar.gz
Correct a variable name (PKG_JAVA_HOME). Bump PKGREVISION.
Diffstat (limited to 'www/apache-tomcat55')
-rw-r--r--www/apache-tomcat55/Makefile6
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: