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: leot
Date: Mon Jul 18 09:57:10 UTC 2016
Modified Files:
pkgsrc/mk/pkgformat/pkg: depends.mk
Log Message:
Fix a typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/mk/pkgformat/pkg/depends.mk:1.5
--- pkgsrc/mk/pkgformat/pkg/depends.mk:1.4 Sat Mar 8 11:46:14 2014
+++ pkgsrc/mk/pkgformat/pkg/depends.mk Mon Jul 18 09:57:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.4 2014/03/08 11:46:14 obache Exp $
+# $NetBSD: depends.mk,v 1.5 2016/07/18 09:57:10 leot Exp $
# This command prints out the dependency patterns for all full (run-time)
# dependencies of the package.
@@ -21,7 +21,7 @@
#
# "pkg" is the match for "pattern" used to fulfill the dependency.
#
-# ${_RRDEPENDS_FILE} is like ${_RPDENDS_FILE}, but all build dependencies
+# ${_RRDEPENDS_FILE} is like ${_RDEPENDS_FILE}, but all build dependencies
# are dropped, if they are dependencies of one of the full dependencies.
#
_DEPENDS_FILE= ${WRKDIR}/.depends
Home |
Main Index |
Thread Index |
Old Index