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 Jan 5 21:38:54 UTC 2020
Modified Files:
pkgsrc/mk/plist: plist.mk
Log Message:
mk/plist: make documentation for GENERATE_PLIST more precise
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/mk/plist/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/plist.mk
diff -u pkgsrc/mk/plist/plist.mk:1.52 pkgsrc/mk/plist/plist.mk:1.53
--- pkgsrc/mk/plist/plist.mk:1.52 Wed Jan 16 04:43:42 2019
+++ pkgsrc/mk/plist/plist.mk Sun Jan 5 21:38:54 2020
@@ -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