diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-07 12:44:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-07 12:44:42 +0000 |
commit | c35745472682a6b8446240cb095c65fbd9d3581a (patch) | |
tree | 998ff290499dafc0f2e834843dfef7d055a77a6c /Mk/bsd.port.mk | |
parent | 0e654d351275091d609f24282b108277a903d532 (diff) | |
download | ports-c35745472682a6b8446240cb095c65fbd9d3581a.tar.gz ports-c35745472682a6b8446240cb095c65fbd9d3581a.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 7c1092953ce1..40f7b63bc973 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5312,7 +5312,7 @@ FETCH_LIST?= for i in $$deps; do \ .if !target(fetch-required) fetch-required: fetch .if defined(NO_DEPENDS) - @${ECHO_MSG} "===> NO_DEPENDS is set, not fetching any distfiles for ${PKG_NAME}" + @${ECHO_MSG} "===> NO_DEPENDS is set, not fetching any other distfiles for ${PKGNAME}" .else @${ECHO_MSG} "===> Fetching all required distfiles for ${PKGNAME} and dependencies" .for deptype in EXTRACT PATCH FETCH BUILD RUN |