aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2025-12-06 12:20:18 +0000
committerJose Luis Duran <jlduran@FreeBSD.org>2025-12-06 12:20:18 +0000
commit36cfa8093d25f8a5b598bd8ae74d7cbaafdc1879 (patch)
tree479c84d2ca2c6625ddb4f58f6f04ac2cd2f8a571
parent95f37aa3e51ce46821059b2c9dbb02fef5c4bec5 (diff)
locale: make install
Reviewed by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D53962
-rw-r--r--share/colldef_unicode/Makefile2
-rw-r--r--share/monetdef_unicode/Makefile1
-rw-r--r--share/msgdef_unicode/Makefile1
-rw-r--r--share/numericdef_unicode/Makefile1
4 files changed, 5 insertions, 0 deletions
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>