summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-10-21 18:00:00 +0000
committertnn <tnn@pkgsrc.org>2009-10-21 18:00:00 +0000
commitdcbe28bf7973fc643531a537ae5a0e59641ca584 (patch)
tree7abc4ca8c88007e92490619669da39b175fee49f /mk
parentcb758948394e78ae1bf6e5765395c75e3558745c (diff)
downloadpkgsrc-dcbe28bf7973fc643531a537ae5a0e59641ca584.tar.gz
revert previous - better do a bulk build with this change first to see
if/how much stuff is dependent on it.
Diffstat (limited to 'mk')
-rw-r--r--mk/check/check-files.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index 1d30ec28a26..de8f95a202e 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -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
@@ -96,6 +96,9 @@ CHECK_FILES_SKIP+= ${PREFIX}/.*/fonts.scale
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}@}
###########################################################################