pkgbase: r351861 didn't solve everything, we need to default to the utilities package too

This commit is contained in:
Emmanuel Vadot 2019-09-06 12:26:45 +00:00
parent ca78bcd73b
commit 725ee594b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351931

View File

@ -39,7 +39,7 @@ ${group}DIR?= BINDIR
STAGE_SETS+= ${group:C,[/*],_,g}
.if ${group} == "FILES"
FILESPACKAGE= ${PACKAGE}
FILESPACKAGE= ${PACKAGE:Uutilities}
.endif
.if defined(NO_ROOT)