summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-01-07 19:51:42 +0000
committermarkd <markd@pkgsrc.org>2006-01-07 19:51:42 +0000
commite4b8fa5966574e61d28de73e20636947482a6af2 (patch)
treeb94f2d5d8d32291518ab0c9f3ba586932a915cc0 /mk
parent995f2c20998acf616df34d6d327193362c856296 (diff)
downloadpkgsrc-e4b8fa5966574e61d28de73e20636947482a6af2.tar.gz
Add R's index files, that are regenerated when a local module
is added, to CHECK_FILES_SKIP.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.check.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/bsd.pkg.check.mk b/mk/bsd.pkg.check.mk
index 7a67ea8fac3..0ddcabca388 100644
--- a/mk/bsd.pkg.check.mk
+++ b/mk/bsd.pkg.check.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.check.mk,v 1.21 2005/12/30 23:11:55 jlam Exp $
+# $NetBSD: bsd.pkg.check.mk,v 1.22 2006/01/07 19:51:42 markd Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and defines the
# relevant variables and targets for the various install-time "check"
@@ -64,6 +64,12 @@ CHECK_FILES_SKIP+= ${PREFIX}/${INFO_DIR}/dir
#
CHECK_FILES_SKIP+= ${PERL5_INSTALLARCHLIB}/perllocal.pod
+# R's index files that are regenerated when a local module
+# is added.
+#
+CHECK_FILES_SKIP+= ${PREFIX}/lib/R/doc/html/packages.html
+CHECK_FILES_SKIP+= ${PREFIX}/lib/R/doc/html/search/index.txt
+
# We don't care about what's under /proc in Linux emulation, which is
# just holds run-time generated data.
#