summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2017-04-01 20:55:39 +0000
committerrillig <rillig>2017-04-01 20:55:39 +0000
commit2d8c36099ca732d9931e54c7ef157342ccb03c0a (patch)
treebd22ea6f40945aed9a0dce6622b1d99def85173d /mk
parentce1696341766b8a8264dc29d5bb9b799b8904213 (diff)
downloadpkgsrc-2d8c36099ca732d9931e54c7ef157342ccb03c0a.tar.gz
Fixed typo.
Diffstat (limited to 'mk')
-rw-r--r--mk/check/check-files.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index 102074ca9a7..6471cd8f2b7 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.31 2014/10/12 23:39:17 joerg Exp $
+# $NetBSD: check-files.mk,v 1.32 2017/04/01 20:55:39 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
@@ -329,8 +329,8 @@ ${_CHECK_FILES_ERRMSG.prefix}: \
${SED} "s|^| |" ${_CHECK_FILES_MISSING_SKIP}; \
fi >> ${.TARGET}
-# Check ${SYSCONFDIR} for files which are not in the PLIST and are also
-# not copied into place by the INSTALL scripts.
+# Check ${PKG_SYSCONFDIR} for files which are not in the PLIST and are
+# also not copied into place by the INSTALL scripts.
#
${_CHECK_FILES_ERRMSG.sysconfdir}: \
${_CHECK_FILES_PRE.sysconfdir} \