pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/pkg-build-options.mk: fix example



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7fc32ae61ca
branches:  trunk
changeset: 424736:e7fc32ae61ca
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Mar 14 11:56:29 2020 +0000

description:
mk/pkg-build-options.mk: fix example

In most cases this pattern is used to query the options of the package
to which the buildlink3.mk file belongs.

diffstat:

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

diffs (18 lines):

diff -r 667488b06ed1 -r e7fc32ae61ca mk/pkg-build-options.mk
--- a/mk/pkg-build-options.mk   Sat Mar 14 11:41:00 2020 +0000
+++ b/mk/pkg-build-options.mk   Sat Mar 14 11:56:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-build-options.mk,v 1.13 2020/03/14 10:32:30 rillig Exp $
+# $NetBSD: pkg-build-options.mk,v 1.14 2020/03/14 11:56:29 rillig 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:
-#      .include "../../emulators/wine/buildlink3.mk"
+#      # in emulators/wine/options.mk
 #      pkgbase := wine
 #      .include "../../mk/pkg-build-options.mk"
 #



Home | Main Index | Thread Index | Old Index