diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-08 06:26:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-08 06:26:27 +0000 |
commit | f8f367632a48fe3da8d71f92659609d2a3224d2d (patch) | |
tree | afad140e49c9d73b10cfc695c668526afb346798 | |
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/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
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 |