diff options
author | leot <leot@pkgsrc.org> | 2016-07-18 09:57:10 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-07-18 09:57:10 +0000 |
commit | 826e8f407a2f6f4e4e0c3f50f0c9a7ac8f5075d1 (patch) | |
tree | bc2611612102dff70407a25f7b5e12f345bb8c9b /mk/pkgformat | |
parent | 8140f602d85ff2c307c252dcb139e6567c80accf (diff) | |
download | pkgsrc-826e8f407a2f6f4e4e0c3f50f0c9a7ac8f5075d1.tar.gz |
Fix a typo in a comment
Diffstat (limited to 'mk/pkgformat')
-rw-r--r-- | mk/pkgformat/pkg/depends.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkgformat/pkg/depends.mk b/mk/pkgformat/pkg/depends.mk index ab39203b670..1f80669cc92 100644 --- a/mk/pkgformat/pkg/depends.mk +++ b/mk/pkgformat/pkg/depends.mk @@ -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 |