diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-27 15:16:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-27 15:16:44 +0000 |
commit | e7af7b2e05a05619d928f4bb3855ebca2c58f684 (patch) | |
tree | 3529dbe2fb2a983115d50f591b6a7a2501a1d59c /www/jakarta-tomcat5 | |
parent | a5163ad93efe3955028881dd69253ff3a5809704 (diff) | |
download | pkgsrc-e7af7b2e05a05619d928f4bb3855ebca2c58f684.tar.gz |
Apply the "convention over configuration" principle:
If ${FILESDIR}/getsite.sh exists, then use it to determine the fetch
URL for each of the distfiles for the package. Otherwise, use
SITE_<file> and MASTER_SITES, in order, to determine the URL for each
distfile.
If the script path differs from ${FILESDIR}/getsite.sh, then set
DYNAMIC_SITE_SCRIPT to the full path to that script.
Remove the need to set DYNAMIC_MASTER_SITES explicitly in the package
Makefile for:
graphics/ns-cult3d
wm/sawfish-themes
www/apache-tomcat55
www/jakarta-tomcat4
www/jakarta-tomcat5
Diffstat (limited to 'www/jakarta-tomcat5')
-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/ |