diff options
author | garga <garga@FreeBSD.org> | 2006-05-02 22:49:42 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-02 22:49:42 +0800 |
commit | 551a083a8da5e863881ab58c55abd2e418231a71 (patch) | |
tree | a1299c9a9f8814fa23cc0ed418f924e8552cdfdb /www | |
parent | d42bf8bc1751382b1c5e5e527fe7cc0c9f1ada0a (diff) | |
download | freebsd-ports-gnome-551a083a8da5e863881ab58c55abd2e418231a71.tar.gz freebsd-ports-gnome-551a083a8da5e863881ab58c55abd2e418231a71.tar.zst freebsd-ports-gnome-551a083a8da5e863881ab58c55abd2e418231a71.zip |
- Use recently added MASTER_SITE_MOZDEV
PR: ports/96451 (part of)
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/mozex-firefox/Makefile | 4 | ||||
-rw-r--r-- | www/mozex/Makefile | 4 | ||||
-rw-r--r-- | www/preferential/Makefile | 5 | ||||
-rw-r--r-- | www/xpi-mozex/Makefile | 4 |
4 files changed, 8 insertions, 9 deletions
diff --git a/www/mozex-firefox/Makefile b/www/mozex-firefox/Makefile index 44bd1c494d91..14ee27cae5b2 100644 --- a/www/mozex-firefox/Makefile +++ b/www/mozex-firefox/Makefile @@ -8,8 +8,8 @@ PORTNAME= mozex PORTVERSION= 1.9.0 CATEGORIES= www -MASTER_SITES= http://mozdev.oregonstate.edu/mozex/ \ - http://downloads.mozdev.org/mozex/ +MASTER_SITES= ${MASTER_SITE_MOZDEV} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Mozex allows Firefox's users to use external programs for mail, news, etc. diff --git a/www/mozex/Makefile b/www/mozex/Makefile index e647357a79ff..0931274d0c86 100644 --- a/www/mozex/Makefile +++ b/www/mozex/Makefile @@ -9,8 +9,8 @@ PORTNAME?= mozex PORTVERSION= 1.07 PORTREVISION?= 3 CATEGORIES= www mail news ftp -MASTER_SITES= http://www.devlib.org/mozdev/mozex/ \ - http://mozdev.sweetooth.org/mozex/ +MASTER_SITES= ${MASTER_SITE_MOZDEV} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER?= ports@FreeBSD.org COMMENT?= Mozex allows Mozilla's users to use external programs for mail, news, etc. diff --git a/www/preferential/Makefile b/www/preferential/Makefile index 6083ced3f6ba..578df8d34376 100644 --- a/www/preferential/Makefile +++ b/www/preferential/Makefile @@ -9,9 +9,8 @@ PORTNAME?= preferential PORTVERSION= 0.7.1 PORTREVISION?= 1 CATEGORIES= www -MASTER_SITES= http://downloads.mozdev.org/preferential/versions/ \ - http://ftp.ntua.gr/pub/www/mozdev/preferential/versions/ \ - http://ftp.iasi.roedu.net/mirrors/mozdev.org/preferential/versions/ +MASTER_SITES= ${MASTER_SITE_MOZDEV} +MASTER_SITE_SUBDIR= ${PORTNAME}/versions DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER?= ports@FreeBSD.org diff --git a/www/xpi-mozex/Makefile b/www/xpi-mozex/Makefile index 44bd1c494d91..14ee27cae5b2 100644 --- a/www/xpi-mozex/Makefile +++ b/www/xpi-mozex/Makefile @@ -8,8 +8,8 @@ PORTNAME= mozex PORTVERSION= 1.9.0 CATEGORIES= www -MASTER_SITES= http://mozdev.oregonstate.edu/mozex/ \ - http://downloads.mozdev.org/mozex/ +MASTER_SITES= ${MASTER_SITE_MOZDEV} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Mozex allows Firefox's users to use external programs for mail, news, etc. |