summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-08 18:53:12 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-08 18:53:12 +0000
commit6342f5e76aa115c801aa534716107d3cc6265cdf (patch)
treec58fc1830cd05805bdff580231ec42520b93a5f1 /www
parente3534a0321034fe7e4e0ce21278ad26fb104c64b (diff)
downloadpkgsrc-6342f5e76aa115c801aa534716107d3cc6265cdf.tar.gz
Fix bash reference. Bump revision.
Diffstat (limited to 'www')
-rw-r--r--www/jakarta-tomcat5/Makefile6
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)