pkgbase: Do not override packages for FILES

Not all FILES entries should end up in FreeBSD-utilities

Reviewed by:	bapt
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D38296
This commit is contained in:
Emmanuel Vadot
2023-01-31 16:14:27 +01:00
parent c9621d45a1
commit 0b8a2c744c
+1 -1
View File
@@ -39,7 +39,7 @@ ${group}DIR?= BINDIR
STAGE_SETS+= ${group:C,[/*],_,g}
.if ${group} == "FILES"
FILESPACKAGE= ${PACKAGE:Uutilities}
FILESPACKAGE?= ${PACKAGE:Uutilities}
.endif
.if defined(NO_ROOT)