summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorghen <ghen>2006-03-29 07:47:13 +0000
committerghen <ghen>2006-03-29 07:47:13 +0000
commitac84b9f67f162fa248dd8ab068002593e617e518 (patch)
treed4d84c130c1c41af0706b26dd2ac7abfadee4d4d /mail
parent474f9646869c30243681939eeb2375b8ba3a2475 (diff)
downloadpkgsrc-ac84b9f67f162fa248dd8ab068002593e617e518.tar.gz
Make thunderbird pass CHECK_FILES by skipping automatically generated files.
Diffstat (limited to 'mail')
-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} && \