pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk perllocal.pod is like info/dir... we don't care if ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63293f10db3a
branches:  trunk
changeset: 498325:63293f10db3a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 19 22:07:46 2005 +0000

description:
perllocal.pod is like info/dir... we don't care if it's created or
removed by any package.

diffstat:

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

diffs (17 lines):

diff -r 57289b4eff99 -r 63293f10db3a mk/bsd.pkg.check.mk
--- a/mk/bsd.pkg.check.mk       Fri Aug 19 21:56:59 2005 +0000
+++ b/mk/bsd.pkg.check.mk       Fri Aug 19 22:07:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.check.mk,v 1.10 2005/08/15 17:33:31 jlam Exp $
+# $NetBSD: bsd.pkg.check.mk,v 1.11 2005/08/19 22:07:46 jlam Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and defines the
 # relevant variables and targets for the various install-time "check"
@@ -57,6 +57,7 @@
 .if defined(INFO_DIR)
 CHECK_FILES_SKIP+=     ${PREFIX}/${INFO_DIR}/dir
 .endif
+CHECK_FILES_SKIP+=     ${PERL5_INSTALLARCHLIB}/perllocal.pod
 CHECK_FILES_SKIP+=     ${PREFIX}/emul/linux/proc
 .for d in ${MAKE_DIRS} ${OWN_DIRS}
 CHECK_FILES_SKIP+=     ${d}



Home | Main Index | Thread Index | Old Index