diff options
Diffstat (limited to 'www/jakarta-tomcat5/Makefile')
-rw-r--r-- | www/jakarta-tomcat5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/jakarta-tomcat5/Makefile b/www/jakarta-tomcat5/Makefile index 767746e2c92..b9fcfb9ce67 100644 --- a/www/jakarta-tomcat5/Makefile +++ b/www/jakarta-tomcat5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/07/07 03:11:48 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/27 15:16:44 jlam Exp $ PKGNAME= jakarta-tomcat5-${TOMCAT_VERSION} DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} @@ -6,7 +6,6 @@ PKGREVISION= 3 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. -DYNAMIC_MASTER_SITES=1 MAINTAINER= erh@NetBSD.org HOMEPAGE= http://jakarta.apache.org/tomcat/ |