pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Fixed typo.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c32e067486ed
branches: trunk
changeset: 360553:c32e067486ed
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Apr 01 20:55:39 2017 +0000
description:
Fixed typo.
diffstat:
mk/check/check-files.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5835eb703a50 -r c32e067486ed mk/check/check-files.mk
--- a/mk/check/check-files.mk Sat Apr 01 17:32:47 2017 +0000
+++ b/mk/check/check-files.mk Sat Apr 01 20:55:39 2017 +0000
@@ -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 @@
${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} \
Home |
Main Index |
Thread Index |
Old Index