aboutsummaryrefslogtreecommitdiff
path: root/share/numericdef
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-08-03 12:25:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-08-03 12:25:00 +0000
commit184d64af1344d6f3c370499510cede49320f4863 (patch)
tree0a4eaa4b4460a197f2750dc5f8ce063d45646b2a /share/numericdef
parentd3fd2cbbb7f9be95025143500ce0a5378135ee1c (diff)
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 1742dd724d1c..f1047e9cb5d3 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -125,7 +125,9 @@ SAME+= ko_KR.eucKR ko_KR.CP949 # legacy (same charset)
FILES= ${LOCALES:S/$/.out/}
CLEANFILES= ${FILES}
+DIRS+= SAMEDIRS
.for f t in ${SAME}
+SAMEDIRS+= ${LOCALEDIR}/$t
SYMLINKS+= ../$f/${FILESNAME} \
${LOCALEDIR}/$t/${FILESNAME}
.endfor