summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-16 10:17:13 +0000
committerrillig <rillig>2007-03-16 10:17:13 +0000
commitd9bfea836054444be4e9adaab4846cd88527ae9d (patch)
tree26d860302f172ccd4c631a52516b868f37c60d5a /mk
parent88e2ecc705a71c35c2f3808fb73cb3a23f113d8d (diff)
downloadpkgsrc-d9bfea836054444be4e9adaab4846cd88527ae9d.tar.gz
Don't check files in ${PACKAGES} and ${DISTDIR}.
Diffstat (limited to '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.
#