pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/pkgformat/pkg



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Jan 14 22:21:19 UTC 2020

Modified Files:
        pkgsrc/mk/pkgformat/pkg: depends.mk

Log Message:
mk/pkgformat: fix documentation


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mk/pkgformat/pkg/depends.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/pkgformat/pkg/depends.mk
diff -u pkgsrc/mk/pkgformat/pkg/depends.mk:1.9 pkgsrc/mk/pkgformat/pkg/depends.mk:1.10
--- pkgsrc/mk/pkgformat/pkg/depends.mk:1.9      Wed Apr  3 18:38:16 2019
+++ pkgsrc/mk/pkgformat/pkg/depends.mk  Tue Jan 14 22:21:19 2020
@@ -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