summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorghen <ghen>2006-03-29 07:47:13 +0000
committerghen <ghen>2006-03-29 07:47:13 +0000
commitc75ea307e65630236a7140a6e0eed9db6d4876d0 (patch)
treed4d84c130c1c41af0706b26dd2ac7abfadee4d4d /mail/thunderbird
parent32818b902f80c0efde323ef2241c3c6a5706ed81 (diff)
downloadpkgsrc-c75ea307e65630236a7140a6e0eed9db6d4876d0.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} && \