pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/check



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Dec 20 19:49:25 UTC 2020

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

Log Message:
check-files.mk: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/mk/check/check-files.mk:1.37
--- pkgsrc/mk/check/check-files.mk:1.36 Mon Oct  2 14:14:04 2017
+++ pkgsrc/mk/check/check-files.mk      Sun Dec 20 19:49:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.36 2017/10/02 14:14:04 wiz Exp $
+# $NetBSD: check-files.mk,v 1.37 2020/12/20 19:49:25 gutteridge 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
@@ -68,7 +68,7 @@ CHECK_FILES_SKIP+=    ${DISTDIR}/.*
 CHECK_FILES_SKIP+=     ${VARBASE}/.*
 .endif
 
-# File that are outside of ${PREFIX} in directories we already know we'll
+# Files that are outside of ${PREFIX} in directories we already know we'll
 # be using for mutable data.
 #
 .for d in ${MAKE_DIRS} ${OWN_DIRS}



Home | Main Index | Thread Index | Old Index