diff options
author | rillig <rillig@pkgsrc.org> | 2017-04-01 20:55:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2017-04-01 20:55:39 +0000 |
commit | d7dee181fc2cb474ddf2fe29743682eff7fb6b70 (patch) | |
tree | 97d16d0e11b0a2974b847c4a7e40a6c972584bb3 /mk/check | |
parent | 252cbe9da70ff607251cbf43d3a920a2cdf2e6c7 (diff) | |
download | pkgsrc-d7dee181fc2cb474ddf2fe29743682eff7fb6b70.tar.gz |
Fixed typo.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-files.mk | 6 |
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} \ |