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 | c4ef7dfd2fde33eb79cf79dd00e12b80e3241ea0 (patch) | |
tree | 3529dbe2fb2a983115d50f591b6a7a2501a1d59c /graphics | |
parent | 99c0d3e5eecd7a2e04960b394ccc1b81896dcf84 (diff) | |
download | pkgsrc-c4ef7dfd2fde33eb79cf79dd00e12b80e3241ea0.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 'graphics')
-rw-r--r-- | graphics/ns-cult3d/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ns-cult3d/Makefile b/graphics/ns-cult3d/Makefile index 1f70761b607..a21dea54715 100644 --- a/graphics/ns-cult3d/Makefile +++ b/graphics/ns-cult3d/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/07/27 15:16:44 jlam Exp $ # DISTNAME= Cult3D_NS4_5.2b1 PKGNAME= ns-cult3d-5.2 CATEGORIES= www graphics -DYNAMIC_MASTER_SITES= YES MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.cult3d.com/ |