The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6b68fdbbf7be12abdc5478e8c4b07e96945173f8

commit 6b68fdbbf7be12abdc5478e8c4b07e96945173f8
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2020-12-21 16:54:23 +0000
Commit:     Emmanuel Vadot <[email protected]>
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/
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to