diff options
author | jlam <jlam> | 2006-07-27 15:16:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-27 15:16:44 +0000 |
commit | b6442e50d672afd4fd4e32f59f474e95b2e7fc93 (patch) | |
tree | 3529dbe2fb2a983115d50f591b6a7a2501a1d59c /wm | |
parent | c089a724b0d436631f2c23cf68c3ce460e27df99 (diff) | |
download | pkgsrc-b6442e50d672afd4fd4e32f59f474e95b2e7fc93.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 'wm')
-rw-r--r-- | wm/sawfish-themes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/sawfish-themes/Makefile b/wm/sawfish-themes/Makefile index 0edbe67d6c3..9f3bd162165 100644 --- a/wm/sawfish-themes/Makefile +++ b/wm/sawfish-themes/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/06/29 21:00:25 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/27 15:16:44 jlam Exp $ DISTNAME= sawfish-themes-0.2 PKGREVISION= 5 CATEGORIES= x11 wm -DYNAMIC_MASTER_SITES= yes DISTFILES= ${SAWFISH_THEMES} MAINTAINER= jschauma@NetBSD.org |