summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-08 06:26:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-08 06:26:27 +0000
commitf8f367632a48fe3da8d71f92659609d2a3224d2d (patch)
treeafad140e49c9d73b10cfc695c668526afb346798
parent- fix python build (diff)
Correct the MASTER_SITE_SUBDIR in order to fix fetching.
Submitted by: daichi
Notes
Notes: svn path=/head/; revision=123437
-rw-r--r--mail/thunderbird-devel/Makefile2
-rw-r--r--mail/thunderbird-esr/Makefile2
-rw-r--r--mail/thunderbird/Makefile2
-rw-r--r--mail/thunderbird3/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile
index f71d93eeb7a0..34893b74ea76 100644
--- a/mail/thunderbird-devel/Makefile
+++ b/mail/thunderbird-devel/Makefile
@@ -9,7 +9,7 @@ PORTNAME= thunderbird
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
+MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/source
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= gnome@FreeBSD.org
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile
index f71d93eeb7a0..34893b74ea76 100644
--- a/mail/thunderbird-esr/Makefile
+++ b/mail/thunderbird-esr/Makefile
@@ -9,7 +9,7 @@ PORTNAME= thunderbird
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
+MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/source
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= gnome@FreeBSD.org
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index f71d93eeb7a0..34893b74ea76 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -9,7 +9,7 @@ PORTNAME= thunderbird
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
+MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/source
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= gnome@FreeBSD.org
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile
index f71d93eeb7a0..34893b74ea76 100644
--- a/mail/thunderbird3/Makefile
+++ b/mail/thunderbird3/Makefile
@@ -9,7 +9,7 @@ PORTNAME= thunderbird
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
+MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/source
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= gnome@FreeBSD.org