pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/plist mk/plist: make print-PLIST discoverable by "m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29010f0c2a6e
branches:  trunk
changeset: 376955:29010f0c2a6e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 11 14:53:10 2018 +0000

description:
mk/plist: make print-PLIST discoverable by "make help"

Because print-PLIST uses mixed case (unlike most of the other make
targets), it is not found by the keyword search of "make help".

diffstat:

 mk/plist/print-plist.mk |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (33 lines):

diff -r 6227919d8674 -r 29010f0c2a6e mk/plist/print-plist.mk
--- a/mk/plist/print-plist.mk   Sun Mar 11 14:50:49 2018 +0000
+++ b/mk/plist/print-plist.mk   Sun Mar 11 14:53:10 2018 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: print-plist.mk,v 1.33 2017/06/14 16:23:09 prlw1 Exp $
-
-###
-### Automatic PLIST generation
-###  - files & symlinks first
-###  - empty directories are handled properly
-###  - dirs from mtree files are excluded
-###  - substitute for platform or package specifics substrings
-###
-### Usage:
-###  - make install
-###  - make print-PLIST | brain >PLIST
-###
+# $NetBSD: print-plist.mk,v 1.34 2018/03/11 14:53:10 rillig Exp $
+#
+# Automatic PLIST generation
+#  - files & symlinks first
+#  - empty directories are handled properly
+#  - dirs from mtree files are excluded
+#  - substitute for platform or package specifics substrings
+#
+# Usage:
+#  - make install
+#  - make print-PLIST | brain >PLIST
+#
+# Keywords: plist print-plist
 
 _PRINT_PLIST_AWK_SUBST={
 _PRINT_PLIST_AWK_SUBST+=                                               \



Home | Main Index | Thread Index | Old Index