summaryrefslogtreecommitdiff
path: root/mk/check/check-files.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-03-16 10:17:13 +0000
committerrillig <rillig@pkgsrc.org>2007-03-16 10:17:13 +0000
commitdc3b9d65417a0aee1c48496f5bec14b1da4b5a35 (patch)
tree26d860302f172ccd4c631a52516b868f37c60d5a /mk/check/check-files.mk
parent06d7235c766d52f72aa9bf4f91b13d2f6e89da56 (diff)
downloadpkgsrc-dc3b9d65417a0aee1c48496f5bec14b1da4b5a35.tar.gz
Don't check files in ${PACKAGES} and ${DISTDIR}.
Diffstat (limited to 'mk/check/check-files.mk')
-rw-r--r--mk/check/check-files.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index 885be6732a7..d97f4a2291e 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.14 2007/03/02 05:54:18 wiz Exp $
+# $NetBSD: check-files.mk,v 1.15 2007/03/16 10:17:13 rillig 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
@@ -55,6 +55,10 @@ CHECK_FILES_SKIP+= ${PREFIX}/emul/linux/proc.*
# The reference-count meta-data directory used by the pkginstall framework.
CHECK_FILES_SKIP+= ${PKG_DBDIR}.refcount.*
+# Some people have their distfiles and binary packages below ${LOCALBASE}.
+CHECK_FILES_SKIP+= ${PACKAGES}/.*
+CHECK_FILES_SKIP+= ${DISTDIR}/.*
+
# File that are outside of ${PREFIX} in directories we already know we'll
# be using for mutable data.
#