diff options
author | abs <abs@pkgsrc.org> | 2005-06-25 13:46:43 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-06-25 13:46:43 +0000 |
commit | d2ad3aac29ecdefbf2e7b15ece9d3c527c34e66a (patch) | |
tree | a54670edeb8a322b7699b27ff6aefd79487a47d4 /www | |
parent | 2d46253b576344adedbf052e18a1f6fae61c6e43 (diff) | |
download | pkgsrc-d2ad3aac29ecdefbf2e7b15ece9d3c527c34e66a.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/Makefile | 9 |
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 |