diff options
author | obache <obache@pkgsrc.org> | 2007-12-22 07:22:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-22 07:22:04 +0000 |
commit | 6456ebb5c87186dfc4913291d398207cc1c2e060 (patch) | |
tree | 6b6678799eb944f0df3537a50cee797331761dfe /devel/nspr | |
parent | 1ab9f1cd4b4ef8fedbc87067bee8504d54cba756 (diff) | |
download | pkgsrc-6456ebb5c87186dfc4913291d398207cc1c2e060.tar.gz |
Change MOZILLA master sites difinitions, related to PR 37379.
There are three types Mozilla mirrors.
(http://www.mozilla.org/mirroring.html)
* mozilla-current
contains only the current version of Firefox and Thunderbird
* mozilla-release
contains Firefox, Thunderbird, and Sunbird releases
* mozilla-all
complete archive
Define following variables for mozilla master sites:
MASTER_SITE_MOZILLA_ALL = mozilla-all
MASTER_SITE_MOZILLA = mozilla-release
and change some packages to use appropriate variable.
Update contents of MASTER_SITE_MOZILLA with master and primary mirrors
taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
Diffstat (limited to 'devel/nspr')
-rw-r--r-- | devel/nspr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 70d3a6416d0..56b76979030 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2007/10/17 07:40:49 bjs Exp $ +# $NetBSD: Makefile,v 1.24 2007/12/22 07:22:08 obache Exp $ DISTNAME= nspr-4.6.7 PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_MOZILLA:=/nspr/releases/v4.6.7/src/} +MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v4.6.7/src/} MAINTAINER= mjl@luckie.org.nz HOMEPAGE= http://www.mozilla.org/projects/nspr/index.html |