summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-29 07:47:13 +0000
committerghen <ghen@pkgsrc.org>2006-03-29 07:47:13 +0000
commit014c35bee6415b39d5301186eb2bf4b917d172d5 (patch)
treed4d84c130c1c41af0706b26dd2ac7abfadee4d4d /mail/thunderbird
parentb25b2fb63892b5584d059a3805830380c0ee9a4e (diff)
downloadpkgsrc-014c35bee6415b39d5301186eb2bf4b917d172d5.tar.gz
Make thunderbird pass CHECK_FILES by skipping automatically generated files.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common
index 198af2f6894..febdb028aff 100644
--- a/mail/thunderbird/Makefile-thunderbird.common
+++ b/mail/thunderbird/Makefile-thunderbird.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.10 2006/03/23 15:43:17 joerg Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.11 2006/03/29 07:47:13 ghen Exp $
MOZILLA_BIN= thunderbird-bin
MOZ_VER= 1.5
@@ -20,8 +20,12 @@ MESSAGE= ${.CURDIR}/../../mail/thunderbird/MESSAGE
CONFIGURE_ARGS+= --enable-application=mail
CONFIGURE_ARGS+= --enable-extensions=wallet,spellcheck,xmlextras
CONFIGURE_ARGS+= --enable-single-profile
-CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
CONFIGURE_ARGS+= --enable-debug=-g
+CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
+
+CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/chrome/app-chrome.manifest
+CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/compreg.dat
+CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/xpti.dat
post-install:
cd ${PREFIX}/lib/${MOZILLA} && \