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:   rillig
Date:           Sun May  3 10:10:05 UTC 2020

Modified Files:
        pkgsrc/mk: bsd.options.mk

Log Message:
mk/bsd.options.mk: fix comment for bmake help

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


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/mk/bsd.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/bsd.options.mk
diff -u pkgsrc/mk/bsd.options.mk:1.74 pkgsrc/mk/bsd.options.mk:1.75
--- pkgsrc/mk/bsd.options.mk:1.74       Fri Nov 30 18:38:19 2018
+++ pkgsrc/mk/bsd.options.mk    Sun May  3 10:10:05 2020
@@ -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 @@ BSD_OPTIONS_MK=             # defined
 # .if !empty(PKG_OPTIONS:Mwibble-foo)
 # CONFIGURE_ARGS+=     --enable-foo
 # .endif
-
+#
 # ###
 # ### LDAP support
 # ###



Home | Main Index | Thread Index | Old Index