pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk: fix typo in example



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aae017917a6e
branches:  trunk
changeset: 413001:aae017917a6e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 14 13:28:38 2020 +0000

description:
mk: fix typo in example

diffstat:

 mk/pkg-build-options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2f9190a121c4 -r aae017917a6e mk/pkg-build-options.mk
--- a/mk/pkg-build-options.mk   Sat Mar 14 13:00:03 2020 +0000
+++ b/mk/pkg-build-options.mk   Sat Mar 14 13:28:38 2020 +0000
@@ -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