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:   wiz
Date:           Sun Jul 31 19:16:33 UTC 2022

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

Log Message:
bsd.pkg.mk: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.2040 -r1.2041 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.2040 pkgsrc/mk/bsd.pkg.mk:1.2041
--- pkgsrc/mk/bsd.pkg.mk:1.2040 Wed Jul  6 19:06:31 2022
+++ pkgsrc/mk/bsd.pkg.mk        Sun Jul 31 19:16:33 2022
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.2040 2022/07/06 19:06:31 rillig Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.2041 2022/07/31 19:16:33 wiz Exp $
 #
 # This file is in the public domain.
 #
@@ -548,7 +548,7 @@ PKG_FAIL_REASON+=   \
 
 .endif # NO_SKIP
 
-# Add these defs to the ones dumped into +BUILD_DEFS
+# Add these defs to the ones dumped into +BUILD_INFO
 _BUILD_DEFS+=  PKGPATH
 _BUILD_DEFS+=  OPSYS OS_VERSION MACHINE_ARCH MACHINE_GNU_ARCH
 _BUILD_DEFS+=  ABI



Home | Main Index | Thread Index | Old Index