svn commit: r351931 - head/share/mk

Emmanuel Vadot manu at FreeBSD.org
Fri Sep 6 12:26:46 UTC 2019


Author: manu
Date: Fri Sep  6 12:26:45 2019
New Revision: 351931
URL: https://svnweb.freebsd.org/changeset/base/351931

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

Modified:
  head/share/mk/bsd.files.mk

Modified: head/share/mk/bsd.files.mk
==============================================================================
--- head/share/mk/bsd.files.mk	Fri Sep  6 10:12:05 2019	(r351930)
+++ head/share/mk/bsd.files.mk	Fri Sep  6 12:26:45 2019	(r351931)
@@ -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)


More information about the svn-src-all mailing list