diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-02 14:49:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-02 14:49:42 +0000 |
commit | 44f2e010ae4450fd78a57933d432e59b04e47463 (patch) | |
tree | 8b25dbc0f1b23a1a11b763a81c8d942cbcfb3676 /www/mozex | |
parent | - Use recently added MASTER_SITE_MOZDEV (diff) |
- Use recently added MASTER_SITE_MOZDEV
PR: ports/96451 (part of)
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Diffstat (limited to 'www/mozex')
-rw-r--r-- | www/mozex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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. |