pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 09:22:16 UTC 2020

Modified Files:
        pkgsrc/mk: bsd.pkg.mk

Log Message:
mk/bsd.pkg.mk: fix typos in documentation


To generate a diff of this commit:
cvs rdiff -u -r1.2036 -r1.2037 pkgsrc/mk/bsd.pkg.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/bsd.pkg.mk
diff -u pkgsrc/mk/bsd.pkg.mk:1.2036 pkgsrc/mk/bsd.pkg.mk:1.2037
--- pkgsrc/mk/bsd.pkg.mk:1.2036 Thu Mar 26 12:23:54 2020
+++ pkgsrc/mk/bsd.pkg.mk        Sun May  3 09:22:16 2020
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.2036 2020/03/26 12:23:54 jperkin Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.2037 2020/05/03 09:22:16 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -222,9 +222,9 @@ _BUILD_DEFS+=            PKG_OPTIONS
 _BUILD_DEFS+=            MULTI
 .endif
 
-# ZERO_FILESIZE_P exits with a successful return code if the given file
+# _ZERO_FILESIZE_P exits with a successful return code if the given file
 #      has zero length.
-# NONZERO_FILESIZE_P exits with a successful return code if the given file
+# _NONZERO_FILESIZE_P exits with a successful return code if the given file
 #      has nonzero length.
 #
 _ZERO_FILESIZE_P=      ${AWK} 'END { exit (NR > 0) ? 1 : 0; }'



Home | Main Index | Thread Index | Old Index