diff options
author | flo <flo@FreeBSD.org> | 2012-02-02 17:01:30 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-02-02 17:01:30 +0800 |
commit | f12c4bf560a91618c4e32a3efd1c8da04f5cfd25 (patch) | |
tree | 12d676c860837a84a4ed2a9c283997b049c8887f | |
parent | 3538d874ca0dc6e00b6e05e46469f889fd22d959 (diff) | |
download | freebsd-ports-gnome-f12c4bf560a91618c4e32a3efd1c8da04f5cfd25.tar.gz freebsd-ports-gnome-f12c4bf560a91618c4e32a3efd1c8da04f5cfd25.tar.zst freebsd-ports-gnome-f12c4bf560a91618c4e32a3efd1c8da04f5cfd25.zip |
Fix fetch by catching up to last minute directory changes
-rw-r--r-- | mail/thunderbird-esr-i18n/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird-i18n/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird-esr-i18n/Makefile b/mail/thunderbird-esr-i18n/Makefile index a54c1c29e9cd..42d45bd037ea 100644 --- a/mail/thunderbird-esr-i18n/Makefile +++ b/mail/thunderbird-esr-i18n/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird-i18n PORTVERSION= 10.0 CATEGORIES= mail -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi +MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}-real/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index be13e918ed73..42fb9f8f6a38 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -9,7 +9,7 @@ PORTNAME= thunderbird DISTVERSION= 10.0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}-real/source DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index a54c1c29e9cd..42d45bd037ea 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird-i18n PORTVERSION= 10.0 CATEGORIES= mail -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi +MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}-real/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index be13e918ed73..42fb9f8f6a38 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -9,7 +9,7 @@ PORTNAME= thunderbird DISTVERSION= 10.0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}-real/source DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org |