The branch main has been updated by jlduran:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=36cfa8093d25f8a5b598bd8ae74d7cbaafdc1879

commit 36cfa8093d25f8a5b598bd8ae74d7cbaafdc1879
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2025-12-06 12:20:18 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2025-12-06 12:20:18 +0000

    locale: make install
    
    Reviewed by:    bapt
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D53962
---
 share/colldef_unicode/Makefile    | 2 ++
 share/monetdef_unicode/Makefile   | 1 +
 share/msgdef_unicode/Makefile     | 1 +
 share/numericdef_unicode/Makefile | 1 +
 4 files changed, 5 insertions(+)

diff --git a/share/colldef_unicode/Makefile b/share/colldef_unicode/Makefile
index 464f631fe309..16fd2fc92e34 100644
--- a/share/colldef_unicode/Makefile
+++ b/share/colldef_unicode/Makefile
@@ -114,11 +114,13 @@ SYMLINKS+=        ../$f/${FILESNAME} \
 
 .for f in ${LOCALES}
 FILESDIR_${f}.LC_COLLATE= ${LOCALEDIR}/${f}
+FILESDIR_${f}.LC_COLLATEPACKAGE= locales
 .endfor
 
 .for f t in ${LOCALES_MAPPED}
 FILES+=        $t.LC_COLLATE
 FILESDIR_$t.LC_COLLATE=        ${LOCALEDIR}/$t
+FILESDIR_$t.LC_COLLATEPACKAGE= locales
 $t.LC_COLLATE: ${.CURDIR}/$f.src
        localedef ${LOCALEDEF_ENDIAN} -D -U -i ${.ALLSRC} \
        -V ${CLDR_VERSION} \
diff --git a/share/monetdef_unicode/Makefile b/share/monetdef_unicode/Makefile
index c19c4ca07f02..ecc19b9f5ff3 100644
--- a/share/monetdef_unicode/Makefile
+++ b/share/monetdef_unicode/Makefile
@@ -106,6 +106,7 @@ SYMLINKS+=  ../$f/${FILESNAME} \
 
 .for f in ${LOCALES}
 FILESDIR_${f}.out= ${LOCALEDIR}/${f}
+FILESDIR_${f}.outPACKAGE= locales
 .endfor
 
 .include <bsd.prog.mk>
diff --git a/share/msgdef_unicode/Makefile b/share/msgdef_unicode/Makefile
index 8d966b73c15c..45d51c009553 100644
--- a/share/msgdef_unicode/Makefile
+++ b/share/msgdef_unicode/Makefile
@@ -106,6 +106,7 @@ SYMLINKS+=  ../$f/${FILESNAME} \
 
 .for f in ${LOCALES}
 FILESDIR_${f}.out= ${LOCALEDIR}/${f}
+FILESDIR_${f}.outPACKAGE= locales
 .endfor
 
 .include <bsd.prog.mk>
diff --git a/share/numericdef_unicode/Makefile 
b/share/numericdef_unicode/Makefile
index 6b0d6b52a13d..7e81f9309899 100644
--- a/share/numericdef_unicode/Makefile
+++ b/share/numericdef_unicode/Makefile
@@ -106,6 +106,7 @@ SYMLINKS+=  ../$f/${FILESNAME} \
 
 .for f in ${LOCALES}
 FILESDIR_${f}.out= ${LOCALEDIR}/${f}
+FILESDIR_${f}.outPACKAGE= locales
 .endfor
 
 .include <bsd.prog.mk>

Reply via email to