diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-06 19:19:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-06 19:19:59 +0000 |
commit | 6c1098ac1d9da7e15865e3ef1f51c8ff60e551e1 (patch) | |
tree | 3c4cf74d7b8b06ddadae845fe4af0bd5734df02c /www/mozex | |
parent | Update to 0.90a, which fixes y! signon. (diff) |
Fix MASTER_SITES.
Reported by: Kris / pointyhat.
Diffstat (limited to 'www/mozex')
-rw-r--r-- | www/mozex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozex/Makefile b/www/mozex/Makefile index 8147e7a6b4e0..8963384657ea 100644 --- a/www/mozex/Makefile +++ b/www/mozex/Makefile @@ -8,7 +8,8 @@ PORTNAME?= mozex PORTVERSION= 1.07 CATEGORIES= www mail news ftp -MASTER_SITES= http://mozex.mozdev.org/ +MASTER_SITES= http://downloads.mozdev.org/mozex/ \ + http://mozdev.sweetooth.org/mozex/ MAINTAINER?= ports@FreeBSD.org COMMENT?= Mozex allows Mozilla's users to use external programs for mail, news, etc. |