From 9564872b112efde3d2990ca31474488343edbdfe Mon Sep 17 00:00:00 2001 From: ghen Date: Wed, 29 Mar 2006 07:47:14 +0000 Subject: Make sunbird pass CHECK_FILES by skipping automatically generated files. --- time/sunbird/Makefile-sunbird.common | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'time') diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common index 2ed01368c86..a8867a438a5 100644 --- a/time/sunbird/Makefile-sunbird.common +++ b/time/sunbird/Makefile-sunbird.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-sunbird.common,v 1.3 2006/03/28 14:10:02 ghen Exp $ +# $NetBSD: Makefile-sunbird.common,v 1.4 2006/03/29 07:47:14 ghen Exp $ MOZILLA_BIN= sunbird-bin MOZ_VER= 0.3a1 @@ -19,6 +19,10 @@ PATCHDIR= ${.CURDIR}/../../time/sunbird/patches CONFIGURE_ARGS+= --enable-application=calendar 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 + pre-install: ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \ ${WRKSRC}/dist/bin -- cgit v1.2.3