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 | 6acec4b691d099848c7b889fd753e2cdb765e843 (patch) | |
tree | 07169e7c74247ef1bb25bc93d779a1b170fad199 /mk | |
parent | 4e5ee9a66f7558818234eae50a355c1adbe96e15 (diff) | |
download | pkgsrc-6acec4b691d099848c7b889fd753e2cdb765e843.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}@} ########################################################################### |