bsd.confs.mk: Test the correct value for the destination package
Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D20961
This commit is contained in:
parent
be6a4fc664
commit
5c5ed48a03
@ -43,7 +43,7 @@ STAGE_SETS+= ${group:C,[/*],_,g}
|
||||
|
||||
. if defined(NO_ROOT)
|
||||
. if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*}
|
||||
. if defined(${${group}PACKAGE})
|
||||
. if defined(${group}PACKAGE)
|
||||
${group}TAGS+= package=${${group}PACKAGE:Uruntime}
|
||||
. else
|
||||
${group}TAGS+= package=${PACKAGE:Uruntime}
|
||||
|
Loading…
Reference in New Issue
Block a user