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:           Sat Mar 14 13:28:38 UTC 2020

Modified Files:
        pkgsrc/mk: pkg-build-options.mk

Log Message:
mk: fix typo in example


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/pkg-build-options.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/pkg-build-options.mk
diff -u pkgsrc/mk/pkg-build-options.mk:1.14 pkgsrc/mk/pkg-build-options.mk:1.15
--- pkgsrc/mk/pkg-build-options.mk:1.14 Sat Mar 14 11:56:29 2020
+++ pkgsrc/mk/pkg-build-options.mk      Sat Mar 14 13:28:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-build-options.mk,v 1.14 2020/03/14 11:56:29 rillig Exp $
+# $NetBSD: pkg-build-options.mk,v 1.15 2020/03/14 13:28:38 wiz Exp $
 #
 # This procedure determines the PKG_OPTIONS that have been in effect
 # when the package ${pkgbase} has been built. When the package is not
@@ -14,7 +14,7 @@
 #              The build options of the package.
 #
 # Example:
-#      # in emulators/wine/options.mk
+#      # in emulators/wine/buildlink3.mk
 #      pkgbase := wine
 #      .include "../../mk/pkg-build-options.mk"
 #



Home | Main Index | Thread Index | Old Index