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/3c3ce3d69bfb
branches: trunk
changeset: 424742:3c3ce3d69bfb
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 c1f32067a4f7 -r 3c3ce3d69bfb 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