pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Add R's index files, that are regenerated when a lo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48c0af850cf4
branches:  trunk
changeset: 505784:48c0af850cf4
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jan 07 19:51:42 2006 +0000

description:
Add R's index files, that are regenerated when a local module
is added, to CHECK_FILES_SKIP.

diffstat:

 mk/bsd.pkg.check.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 679ede61b4da -r 48c0af850cf4 mk/bsd.pkg.check.mk
--- a/mk/bsd.pkg.check.mk       Sat Jan 07 19:28:00 2006 +0000
+++ b/mk/bsd.pkg.check.mk       Sat Jan 07 19:51:42 2006 +0000
@@ -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+=     ${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.
 #



Home | Main Index | Thread Index | Old Index