Fix some recursive targets using the wrong FLAVOR.

Reported by:	Andrzej Tobola <ato@iem.pw.edu.pl>, koobs
Approved by:	portmgr (implicit)
This commit is contained in:
Bryan Drewery 2018-03-19 21:39:40 +00:00
parent 1533140b17
commit 0a333cd5e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465035

View file

@ -4053,6 +4053,7 @@ _FLAVOR_RECURSIVE_SH= \
${FALSE}; \
fi; \
for dir in $${recursive_dirs}; do \
unset flavor; \
case $${dir} in \
*@*) \
flavor=$${dir\#*@}; \
@ -4240,6 +4241,7 @@ PACKAGE-DEPENDS-LIST?= \
fi; \
checked="${PARENT_CHECKED}"; \
for dir in ${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}; do \
unset flavor; \
case $${dir} in \
*@*) \
flavor=$${dir\#*@}; \