diff options
author | joerg <joerg> | 2010-01-08 18:53:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-08 18:53:12 +0000 |
commit | 0f87c070e6aefdbc377ac27e87557fbd70033457 (patch) | |
tree | c58fc1830cd05805bdff580231ec42520b93a5f1 /www | |
parent | 73abf3921df3ab4c6cc96a5a7375b72ec5d87b4d (diff) | |
download | pkgsrc-0f87c070e6aefdbc377ac27e87557fbd70033457.tar.gz |
Fix bash reference. Bump revision.
Diffstat (limited to 'www')
-rw-r--r-- | www/jakarta-tomcat5/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/jakarta-tomcat5/Makefile b/www/jakarta-tomcat5/Makefile index a6bee24adcb..f469bec1d5f 100644 --- a/www/jakarta-tomcat5/Makefile +++ b/www/jakarta-tomcat5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2009/07/07 19:09:09 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/08 18:53:12 joerg Exp $ PKGNAME= jakarta-tomcat5-${TOMCAT_VERSION} DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 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. @@ -27,6 +27,8 @@ CATALINA_DIR= Catalina/localhost EGDIR= ${TOMCAT_LIB}/share/examples/jakarta-tomcat EGDIR2= ${EGDIR}/${CATALINA_DIR} +REPLACE_SH+= bin/contrib/GNU-Linux/catalina.sh + .include "../../mk/bsd.prefs.mk" # Work around a bug in NetBSD 2.0's pax-as-tar (bin/27228) |