diff options
author | tnn <tnn@pkgsrc.org> | 2009-10-21 17:00:33 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-10-21 17:00:33 +0000 |
commit | 306d58fc2721e66ec1fff432a9da4ce6dc1b30c3 (patch) | |
tree | 07169e7c74247ef1bb25bc93d779a1b170fad199 /mk | |
parent | ea49cd7ffb44d39dcf2ca28e4fceccb37954c541 (diff) | |
download | pkgsrc-306d58fc2721e66ec1fff432a9da4ce6dc1b30c3.tar.gz |
remove lib/charset.alias from CHECK_FILES_SKIP
Diffstat (limited to 'mk')
-rw-r--r-- | mk/check/check-files.mk | 5 |
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}@} ########################################################################### |