locale: make install

Reviewed by:	bapt
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D53962
This commit is contained in:
Jose Luis Duran
2025-12-06 12:20:18 +00:00
parent 95f37aa3e5
commit 36cfa8093d
4 changed files with 5 additions and 0 deletions
+2
View File
@@ -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} \
+1
View File
@@ -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>
+1
View File
@@ -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>
+1
View File
@@ -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>