diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-08 14:26:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-08 14:26:27 +0800 |
commit | 8504d6789ccb43627229f69581090393c63c9299 (patch) | |
tree | 46bdec8420f4589e4d66a5e5308106766c1ffa6a /mail/thunderbird3 | |
parent | 9fbf9cba489564e8d88fb023162acadc933de0d7 (diff) | |
download | freebsd-ports-gnome-8504d6789ccb43627229f69581090393c63c9299.tar.gz freebsd-ports-gnome-8504d6789ccb43627229f69581090393c63c9299.tar.zst freebsd-ports-gnome-8504d6789ccb43627229f69581090393c63c9299.zip |
Correct the MASTER_SITE_SUBDIR in order to fix fetching.
Submitted by: daichi
Diffstat (limited to 'mail/thunderbird3')
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |