diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-29 07:47:14 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-29 07:47:14 +0000 |
commit | 9564872b112efde3d2990ca31474488343edbdfe (patch) | |
tree | ad61d8eade67fef3717109f3576739c2f416a980 /time | |
parent | 014c35bee6415b39d5301186eb2bf4b917d172d5 (diff) | |
download | pkgsrc-9564872b112efde3d2990ca31474488343edbdfe.tar.gz |
Make sunbird pass CHECK_FILES by skipping automatically generated files.
Diffstat (limited to 'time')
-rw-r--r-- | time/sunbird/Makefile-sunbird.common | 6 |
1 files changed, 5 insertions, 1 deletions
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 |