diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-05-14 18:01:58 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-05-14 18:01:58 +0000 |
commit | f97303b770b034342c234c76a918ebfcb299b183 (patch) | |
tree | d8f3ffb1552127e01b1c89ebf9581a887514be19 /mail/thunderbird-i18n/Makefile | |
parent | a52808038371d9408e0a5643fd87ebb0370459ae (diff) | |
download | ports-f97303b770b034342c234c76a918ebfcb299b183.tar.gz ports-f97303b770b034342c234c76a918ebfcb299b183.zip |
Notes
Diffstat (limited to 'mail/thunderbird-i18n/Makefile')
-rw-r--r-- | mail/thunderbird-i18n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 5f470dc38d9e..5802a6f58382 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -4,7 +4,8 @@ PORTNAME= thunderbird-i18n PORTVERSION= 31.7.0 CATEGORIES= mail news net-im -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi/ PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} |