Wed Oct 21 18:00:00 2009 UTC ()
revert previous - better do a bulk build with this change first to see
if/how much stuff is dependent on it.


(tnn)
diff -r1.25 -r1.26 pkgsrc/mk/check/check-files.mk

cvs diff -r1.25 -r1.26 pkgsrc/mk/check/check-files.mk (expand / switch to context diff)
--- pkgsrc/mk/check/check-files.mk 2009/10/21 17:00:33 1.25
+++ pkgsrc/mk/check/check-files.mk 2009/10/21 18:00:00 1.26
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.25 2009/10/21 17:00:33 tnn Exp $
+# $NetBSD: check-files.mk,v 1.26 2009/10/21 18:00:00 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
@@ -95,6 +95,9 @@
     (defined(FONTS_DIRS.x11) && !empty(FONTS_DIRS.x11:M*))
 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}@}