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 documentation for GENERATE_PLI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c20c947d4c23
branches:  trunk
changeset: 346974:c20c947d4c23
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 05 21:38:54 2020 +0000

description:
mk/plist: make documentation for GENERATE_PLIST more precise

diffstat:

 mk/plist/plist.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r bb92678a6411 -r c20c947d4c23 mk/plist/plist.mk
--- a/mk/plist/plist.mk Sun Jan 05 21:37:43 2020 +0000
+++ b/mk/plist/plist.mk Sun Jan 05 21:38:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.52 2019/01/16 04:43:42 gutteridge Exp $
+# $NetBSD: plist.mk,v 1.53 2020/01/05 21:38:54 rillig Exp $
 #
 # This Makefile fragment handles the creation of PLISTs for use by
 # pkg_create(8).
@@ -33,9 +33,9 @@
 #      PLIST
 #      PLIST.common_end
 #
-#    GENERATE_PLIST is a sequence of commands, terminating in a semicolon,
-#      that outputs contents for a PLIST to stdout and is appended to
-#      the contents of ${PLIST_SRC}.
+#    GENERATE_PLIST is a sequence of commands, each terminated with a
+#      semicolon. These commands output contents for a PLIST to stdout,
+#      which is appended to the contents of ${PLIST_SRC}.
 #
 #    IGNORE_INFO_DIRS is a list of ${PREFIX}-relative paths that do
 #      *not* contain info files.



Home | Main Index | Thread Index | Old Index