mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
pkgbase: r351861 didn't solve everything, we need to default to the utilities package too
This commit is contained in:
parent
ca78bcd73b
commit
725ee594b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351931
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user