pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkgformat/pkg mk/pkgformat: fix documentation
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4d23ad460fa
branches: trunk
changeset: 409009:f4d23ad460fa
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Jan 14 22:21:19 2020 +0000
description:
mk/pkgformat: fix documentation
diffstat:
mk/pkgformat/pkg/depends.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dc678a7199cf -r f4d23ad460fa mk/pkgformat/pkg/depends.mk
--- a/mk/pkgformat/pkg/depends.mk Tue Jan 14 22:14:54 2020 +0000
+++ b/mk/pkgformat/pkg/depends.mk Tue Jan 14 22:21:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.9 2019/04/03 18:38:16 rillig Exp $
+# $NetBSD: depends.mk,v 1.10 2020/01/14 22:21:19 rillig Exp $
# This command prints out the dependency patterns for all full (run-time)
# dependencies of the package.
@@ -11,7 +11,7 @@
#
# <depends_type> <pattern> <directory>
#
-# Valid dependency types are "bootstrap", "build", "test" and "full".
+# Valid dependency types are "bootstrap", "tool", "build", "test" and "full".
#
# ${_RDEPENDS_FILE} contains the resolved dependency information
# for the package. For each line in ${_DEPENDS_FILE}
Home |
Main Index |
Thread Index |
Old Index