pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkgformat/pkg Fix a typo in a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4033055b3c36
branches:  trunk
changeset: 349896:4033055b3c36
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jul 18 09:57:10 2016 +0000

description:
Fix a typo in a comment

diffstat:

 mk/pkgformat/pkg/depends.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e3a4e481c860 -r 4033055b3c36 mk/pkgformat/pkg/depends.mk
--- a/mk/pkgformat/pkg/depends.mk       Mon Jul 18 08:10:06 2016 +0000
+++ b/mk/pkgformat/pkg/depends.mk       Mon Jul 18 09:57:10 2016 +0000
@@ -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