diff options
-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. |