pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/plist



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 11 14:53:10 UTC 2018

Modified Files:
        pkgsrc/mk/plist: print-plist.mk

Log Message:
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".


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/mk/plist/print-plist.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/plist/print-plist.mk
diff -u pkgsrc/mk/plist/print-plist.mk:1.33 pkgsrc/mk/plist/print-plist.mk:1.34
--- pkgsrc/mk/plist/print-plist.mk:1.33 Wed Jun 14 16:23:09 2017
+++ pkgsrc/mk/plist/print-plist.mk      Sun Mar 11 14:53:10 2018
@@ -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