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:22:34 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.10 -r1.11 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.10 pkgsrc/mk/pkgformat/pkg/depends.mk:1.11
--- pkgsrc/mk/pkgformat/pkg/depends.mk:1.10     Tue Jan 14 22:21:19 2020
+++ pkgsrc/mk/pkgformat/pkg/depends.mk  Tue Jan 14 22:22:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.10 2020/01/14 22:21:19 rillig Exp $
+# $NetBSD: depends.mk,v 1.11 2020/01/14 22:22:34 rillig Exp $
 
 # This command prints out the dependency patterns for all full (run-time)
 # dependencies of the package.
@@ -97,7 +97,7 @@ _RESOLVE_DEPENDS_CMD= \
 #      @param $dir The pkgsrc directory from which the package can be
 #              built.
 #      @param $type The dependency type. Can be one of bootstrap, tool,
-#              build, full.
+#              build, test, full.
 #
 _DEPENDS_INSTALL_CMD=                                                  \
        case $$type in                                                  \



Home | Main Index | Thread Index | Old Index