summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn>2009-10-21 17:00:33 +0000
committertnn <tnn>2009-10-21 17:00:33 +0000
commitfca42b594b9a75414ff972b7a6a590fa7baa2e28 (patch)
tree07169e7c74247ef1bb25bc93d779a1b170fad199 /mk
parentb4d0f021693cc18ac5a9e4a8d3692096a5b0713f (diff)
downloadpkgsrc-fca42b594b9a75414ff972b7a6a590fa7baa2e28.tar.gz
remove lib/charset.alias from CHECK_FILES_SKIP
Diffstat (limited to 'mk')
-rw-r--r--mk/check/check-files.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index 1a0685575b6..1d30ec28a26 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -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.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}@}
###########################################################################