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:           Thu Mar 12 00:12:24 UTC 2020

Modified Files:
        pkgsrc/mk: bsd.pkg.use.mk

Log Message:
mk/bsd.pkg.use.mk: add more keywords for "bmake help"

The added empty line separates this help topic from the header comment of
this file, since USE_BSD_MAKEFILE does not add any dependencies and
therefore doesn't fit that description.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/mk/bsd.pkg.use.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.pkg.use.mk
diff -u pkgsrc/mk/bsd.pkg.use.mk:1.68 pkgsrc/mk/bsd.pkg.use.mk:1.69
--- pkgsrc/mk/bsd.pkg.use.mk:1.68       Tue Jul  9 15:45:25 2019
+++ pkgsrc/mk/bsd.pkg.use.mk    Thu Mar 12 00:12:23 2020
@@ -1,14 +1,15 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.68 2019/07/09 15:45:25 riastradh Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.69 2020/03/12 00:12:23 rillig Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
-#
+
 # Package-settable variables:
 #
 # USE_BSD_MAKEFILE
 #      Should be set to "yes" whenever a package uses a BSD-style
 #      Makefile. These Makefiles typically end with a line including
 #      <bsd.prog.mk>.
+# Keywords: bsd make bsd.prog.mk
 
 # USE_IMAKE
 #      When set to "yes", means that the package uses imake as the



Home | Main Index | Thread Index | Old Index