diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-03 06:47:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-03 06:47:19 +0000 |
commit | 34dd043b18db6c85a2f84baf25cd105cc4d5034c (patch) | |
tree | b9341ad7a4fdf6cb0b6ea5bfe8377286afc0897c /www/mozex | |
parent | 31abba3a37565a440b10a2f7c68b27c031c24910 (diff) | |
download | ports-34dd043b18db6c85a2f84baf25cd105cc4d5034c.tar.gz ports-34dd043b18db6c85a2f84baf25cd105cc4d5034c.zip |
Substitute a mirror for the main mastersite, which only offers cvs access
to the code.
Source: distfile survey
Notes
Notes:
svn path=/head/; revision=144036
Diffstat (limited to 'www/mozex')
-rw-r--r-- | www/mozex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozex/Makefile b/www/mozex/Makefile index 0c0f435b50f0..29d8ced8f807 100644 --- a/www/mozex/Makefile +++ b/www/mozex/Makefile @@ -9,7 +9,7 @@ PORTNAME?= mozex PORTVERSION= 1.07 PORTREVISION?= 2 CATEGORIES= www mail news ftp -MASTER_SITES= http://downloads.mozdev.org/mozex/ \ +MASTER_SITES= http://www.devlib.org/mozdev/mozex/ \ http://mozdev.sweetooth.org/mozex/ MAINTAINER?= ports@FreeBSD.org |