diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/apache-tomcat55/Makefile | 3 | ||||
-rw-r--r-- | www/jakarta-tomcat4/Makefile | 3 | ||||
-rw-r--r-- | www/jakarta-tomcat5/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/www/apache-tomcat55/Makefile b/www/apache-tomcat55/Makefile index f8c4a3a17bc..3705f6021f2 100644 --- a/www/apache-tomcat55/Makefile +++ b/www/apache-tomcat55/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2006/07/22 19:43:55 abs Exp $ +# $NetBSD: Makefile,v 1.8 2006/07/27 15:16:44 jlam Exp $ DISTNAME= apache-tomcat-${TOMCAT_VERSION} CATEGORIES= www java # The list of sites to download is generated by an apache website. # The getsite.sh script parses the HTML and extracts the urls. -DYNAMIC_MASTER_SITES=1 MAINTAINER= abs@NetBSD.org HOMEPAGE= http://tomcat.apache.org/ diff --git a/www/jakarta-tomcat4/Makefile b/www/jakarta-tomcat4/Makefile index 72268b0aef1..774208b1913 100644 --- a/www/jakarta-tomcat4/Makefile +++ b/www/jakarta-tomcat4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:11:24 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/27 15:16:44 jlam Exp $ PKGNAME= jakarta-tomcat4-${TOMCAT_VERSION} DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} @@ -7,7 +7,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} 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/ 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/ |