summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs>2005-06-25 13:46:43 +0000
committerabs <abs>2005-06-25 13:46:43 +0000
commitced78edfc76dd9073f7d08d6a215351a760ac58d (patch)
treea54670edeb8a322b7699b27ff6aefd79487a47d4 /www
parentd722dc732d65b046079d0799e1af0253b6c65e5a (diff)
downloadpkgsrc-ced78edfc76dd9073f7d08d6a215351a760ac58d.tar.gz
Update jakarta-tomcat55 to 5.5.9nb1
- USE_JAVA2 should be 1.5 and not 1.50 - Fix PKG_SYSCONFDIR.jakarta-tomcat and MAKE_DIRS settings From 30589 from Rainer Pruy
Diffstat (limited to 'www')
-rw-r--r--www/jakarta-tomcat55/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/jakarta-tomcat55/Makefile b/www/jakarta-tomcat55/Makefile
index ebe0cd1798a..2f1660d2b6a 100644
--- a/www/jakarta-tomcat55/Makefile
+++ b/www/jakarta-tomcat55/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/06/02 10:31:42 abs Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/25 13:46:43 abs Exp $
DISTNAME= jakarta-tomcat-${TOMCAT_VERSION}
+PKGREVISION= 1
CATEGORIES= www java
# The list of sites to download is generated by a jakarta website.
# The getsite.sh script parses the HTML and extracts the urls.
@@ -13,7 +14,7 @@ COMMENT= The Apache Project's Java Servlet 2.4 and JSP 2.0 server
TOMCAT_VERSION= 5.5.9
# This needs java 1.5 or higher.
-USE_JAVA2= 1.50
+USE_JAVA2= 1.5
TOMCAT_LIB= ${PREFIX}/tomcat
CATALINA_DIR= Catalina/localhost
@@ -27,8 +28,8 @@ PKGSRC_USE_TOOLS+= gunzip tar
# If gzip is used in a pipeline the tarfile fails to extract. PR bin/27228
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR}/tar.gz && ${GUNZIP_CMD} ${WRKDIR}/tar.gz && ${TAR} xf ${WRKDIR}/tar
-PKG_SYSCONFDIR.jakarta-tomcat55= ${TOMCAT_LIB}/conf
-MAKE_DIRS= ${PKG_SYSCONFDIR.jakarta-tomcat55}/${CATALINA_DIR}
+PKG_SYSCONFDIR.jakarta-tomcat= ${TOMCAT_LIB}/conf
+MAKE_DIRS= ${PKG_SYSCONFDIR.jakarta-tomcat}/${CATALINA_DIR}
USE_PKGINSTALL= yes
RCD_SCRIPTS= tomcat