summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-11-23 22:53:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-11-23 22:53:32 +0000
commite46270320fea910612f921342688f352c05b81c0 (patch)
treed79e1933a4923fb84efa30e1131c5fa0bfe3918e /mail
parentsysutils/safecat: fix linking with GNU ld (diff)
gecko: simplify WRKSRC handling
Requested by: mat
Notes
Notes: svn path=/head/; revision=454808
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 7d2f697ea970..c8bc16cea560 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -6,8 +6,7 @@ DISTVERSION= 52.5.0
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
-DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
-EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
+DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX}
MAINTAINER= gecko@FreeBSD.org
COMMENT= Mozilla Thunderbird is standalone mail and news that stands above
@@ -56,7 +55,6 @@ OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA GTK3 LIGHTNING
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
-WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
MOZSRC:= ${WRKSRC}/mozilla
.if ${PORT_OPTIONS:MLIGHTNING}