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-firefox | |
parent | 1d89fdc02a50ff9dc39f9a9a6c3a4ceb71571170 (diff) | |
download | ports-44f2e010ae4450fd78a57933d432e59b04e47463.tar.gz ports-44f2e010ae4450fd78a57933d432e59b04e47463.zip |
- Use recently added MASTER_SITE_MOZDEV
PR: ports/96451 (part of)
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Notes
Notes:
svn path=/head/; revision=161199
Diffstat (limited to 'www/mozex-firefox')
-rw-r--r-- | www/mozex-firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 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. |