The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=6b68fdbbf7be12abdc5478e8c4b07e96945173f8
commit 6b68fdbbf7be12abdc5478e8c4b07e96945173f8 Author: Emmanuel Vadot <m...@freebsd.org> AuthorDate: 2020-12-21 16:54:23 +0000 Commit: Emmanuel Vadot <m...@freebsd.org> CommitDate: 2021-01-04 15:18:36 +0000 pkgbase: Put zoneinfo file in their own package Those files take some amount of diskspace and one might not want them installed on some situation (mfsdisk, small embedded system etc ...) Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D27709 --- share/zoneinfo/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index de354f885674..6e4cb51a63e3 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -32,6 +32,7 @@ .include <src.opts.mk> +PACKAGE= zoneinfo CLEANFILES+= yearistype CLEANDIRS+= builddir CONTRIBDIR= ${SRCTOP}/contrib/tzdata/ _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"