summaryrefslogtreecommitdiff
path: root/mail/thunderbird/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r--mail/thunderbird/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 901f13b2f90..8b58ebfb8bf 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2004/05/08 04:35:37 taya Exp $
+# $NetBSD: Makefile,v 1.4 2004/06/24 23:09:55 taya Exp $
MOZILLA= thunderbird
MOZILLA_BIN= thunderbird-bin
-MOZ_VER= 0.6
+MOZ_VER= 0.7
EXTRACT_SUFX= .tar.bz2
-DISTNAME= thunderbird-source-${MOZ_VER}
+DISTNAME= thunderbird-${MOZ_VER}-source
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/ \
ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/
@@ -16,4 +16,10 @@ MAKE_ENV+= MOZ_THUNDERBIRD=1
CONFIGURE_ARGS+= --enable-extensions=wallet,spellcheck,xmlextras
+pre-install:
+ ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \
+ ${WRKSRC}/dist/bin
+ ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \
+ ${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt
+
.include "../../www/mozilla/Makefile.common"