pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/mk/check



Module Name:    pkgsrc
Committed By:   spz
Date:           Mon Apr  3 19:29:42 UTC 2017

Modified Files:
        pkgsrc/mk/check [pkgsrc-2017Q1]: check-files.mk

Log Message:
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


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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/check/check-files.mk
diff -u pkgsrc/mk/check/check-files.mk:1.31 pkgsrc/mk/check/check-files.mk:1.31.20.1
--- pkgsrc/mk/check/check-files.mk:1.31 Sun Oct 12 23:39:17 2014
+++ pkgsrc/mk/check/check-files.mk      Mon Apr  3 19:29:41 2017
@@ -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 @@ ${_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}                          \



Home | Main Index | Thread Index | Old Index