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
No known key found for this signature in database
GPG key ID: 5415E244477475CC
4 changed files with 5 additions and 0 deletions

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} \

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>

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>

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>