Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/bsd.options.mk: fix comment for bmake help



details:   https://anonhg.NetBSD.org/pkgsrc/rev/494834c0c447
branches:  trunk
changeset: 430683:494834c0c447
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 03 10:10:05 2020 +0000

description:
mk/bsd.options.mk: fix comment for bmake help

Before, "bmake help" only printed the second section of the help topic.

diffstat:

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

diffs (18 lines):

diff -r ae9f67d8a5a5 -r 494834c0c447 mk/bsd.options.mk
--- a/mk/bsd.options.mk Sun May 03 10:05:48 2020 +0000
+++ b/mk/bsd.options.mk Sun May 03 10:10:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.74 2018/11/30 18:38:19 rillig Exp $
+# $NetBSD: bsd.options.mk,v 1.75 2020/05/03 10:10:05 rillig Exp $
 #
 # This Makefile fragment provides boilerplate code for standard naming
 # conventions for handling per-package build options.
@@ -125,7 +125,7 @@
 # .if !empty(PKG_OPTIONS:Mwibble-foo)
 # CONFIGURE_ARGS+=     --enable-foo
 # .endif
-
+#
 # ###
 # ### LDAP support
 # ###



Home | Main Index | Thread Index | Old Index