pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/check remove lib/charset.alias from CHECK_FILES_SKIP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e363e69b7c82
branches:  trunk
changeset: 400528:e363e69b7c82
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Oct 21 17:00:33 2009 +0000

description:
remove lib/charset.alias from CHECK_FILES_SKIP

diffstat:

 mk/check/check-files.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 4a1476d48106 -r e363e69b7c82 mk/check/check-files.mk
--- a/mk/check/check-files.mk   Wed Oct 21 16:51:46 2009 +0000
+++ b/mk/check/check-files.mk   Wed Oct 21 17:00:33 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.24 2009/05/08 20:46:29 minskim Exp $
+# $NetBSD: check-files.mk,v 1.25 2009/10/21 17:00:33 tnn Exp $
 #
 # This file checks that the list of installed files matches the PLIST.
 # For that purpose it records the file list of LOCALBASE before and
@@ -96,9 +96,6 @@
 CHECK_FILES_SKIP+=     ${PREFIX}/.*/fonts.cache-1
 .endif
 
-# Mutable charset.alias file
-CHECK_FILES_SKIP+=     ${PREFIX}/lib/charset.alias
-
 _CHECK_FILES_SKIP_FILTER=      ${GREP} -vx ${CHECK_FILES_SKIP:@f@-e ${DESTDIR:Q}${f:Q}@}
 
 ###########################################################################



Home | Main Index | Thread Index | Old Index