summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-03 09:22:16 +0000
committerrillig <rillig@pkgsrc.org>2020-05-03 09:22:16 +0000
commitb64c0c2c2394e8c305615dea65922683a265ccf4 (patch)
treea6b47051b4198b9eb5f1a7247725b9e96fc58df2 /mk
parent6d47e343ef5d695a7b3bf7cf50c999545c882d5c (diff)
downloadpkgsrc-b64c0c2c2394e8c305615dea65922683a265ccf4.tar.gz
mk/bsd.pkg.mk: fix typos in documentation
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index b0a8b0bd089..8438753799e 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -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; }'