pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/mk/check Pullup ticket #5235 - requested by sevan



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60bcf46ccd28
branches:  pkgsrc-2017Q1
changeset: 360209:60bcf46ccd28
user:      spz <spz%pkgsrc.org@localhost>
date:      Mon Apr 03 19:29:41 2017 +0000

description:
Pullup ticket #5235 - requested by sevan
mk/check/check-files.mk: documentation fix

Revisions pulled up:
- mk/check/check-files.mk                                       1.32

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   rillig
   Date:           Sat Apr  1 20:55:39 UTC 2017

   Modified Files:
           pkgsrc/mk/check: check-files.mk

   Log Message:
   Fixed typo.


   To generate a diff of this commit:
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/mk/check/check-files.mk

diffstat:

 mk/check/check-files.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 4bb8f6194b46 -r 60bcf46ccd28 mk/check/check-files.mk
--- a/mk/check/check-files.mk   Mon Apr 03 16:29:13 2017 +0000
+++ b/mk/check/check-files.mk   Mon Apr 03 19:29:41 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.31.20.1 2017/04/03 19:29:41 spz 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