1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Fix typo: PKG_NAME should have been PKGNAME

PR:		ports/161495
Submitted by:	lwhsu
This commit is contained in:
Pav Lucistnik 2011-11-07 12:44:42 +00:00
parent 0e654d3512
commit c357454726
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285232

View File

@ -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