git: 6b68fdbbf7be - main - pkgbase: Put zoneinfo file in their own package
Emmanuel Vadot
manu at FreeBSD.org
Mon Jan 4 15:25:23 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=6b68fdbbf7be12abdc5478e8c4b07e96945173f8
commit 6b68fdbbf7be12abdc5478e8c4b07e96945173f8
Author: Emmanuel Vadot <manu at freebsd.org>
AuthorDate: 2020-12-21 16:54:23 +0000
Commit: Emmanuel Vadot <manu at 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/
More information about the dev-commits-src-all
mailing list