summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-06-01 02:15:10 +0000
committerjlam <jlam@pkgsrc.org>2017-06-01 02:15:10 +0000
commite7fe02e33c402c818cb69cc8fa554c23adc2cb5a (patch)
treedb49484496fa6798a789721536b886beae253c9b /mk/check
parentaf0fdc41317355088c9f02fa3203e52441290057 (diff)
downloadpkgsrc-e7fe02e33c402c818cb69cc8fa554c23adc2cb5a.tar.gz
Provide switch to activate new frameworks to replace "pkginstall".
If ${_USE_NEW_PKGINSTALL} is "yes", then use the new "pkgtasks", "init", and "pkgformat/pkg"-scripts frameworks instead of the existing "pkginstall" framework.
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/check-files.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index 6653a50a5d9..1f5af8012d7 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.33 2017/05/31 22:56:22 jlam Exp $
+# $NetBSD: check-files.mk,v 1.34 2017/06/01 02:15:10 jlam 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
@@ -60,7 +60,7 @@ CHECK_FILES_SKIP+= ${PKG_DBDIR}/.*
CHECK_FILES_SKIP+= ${PREFIX}/emul/linux/proc.*
CHECK_FILES_SKIP+= ${PREFIX}/emul/linux32/proc.*
-# The reference-count meta-data directory used by the pkginstall framework.
+# The reference-count meta-data directory used by the {de,}install scripts.
CHECK_FILES_SKIP+= ${PKG_DBDIR}.refcount.*
# Some people have their distfiles and binary packages below ${LOCALBASE}.