diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-11-24 06:53:32 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-11-24 06:53:32 +0800 |
commit | 249e993a62f198e2b14e95310d7003336d9af24a (patch) | |
tree | d79e1933a4923fb84efa30e1131c5fa0bfe3918e /mail | |
parent | 1f18a0fa4b361dcaa1107852c2333e2276f7e556 (diff) | |
download | freebsd-ports-gnome-249e993a62f198e2b14e95310d7003336d9af24a.tar.gz freebsd-ports-gnome-249e993a62f198e2b14e95310d7003336d9af24a.tar.zst freebsd-ports-gnome-249e993a62f198e2b14e95310d7003336d9af24a.zip |
gecko: simplify WRKSRC handling
Requested by: mat
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
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} |