aboutsummaryrefslogtreecommitdiff
path: root/share/msgdef/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-08-03 16:00:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-08-03 16:02:15 +0000
commit30e1773fdef42cb509bf75e9fa09472e77a333de (patch)
tree5e94cd74df8e0f0bdf0f0cc5d65a66917a88e8b1 /share/msgdef/Makefile
parent8b3bd5a2b571e2681c96dbe5b4a04529ef0d7f53 (diff)
Diffstat (limited to 'share/msgdef/Makefile')
-rw-r--r--share/msgdef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index 9f0b7f2f3bcf..a176d30c01fc 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -122,9 +122,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
+DIRS+= LOCALEDIR_$t
+LOCALEDIR_$t= ${LOCALEDIR}/$t
SYMLINKS+= ../$f/${FILESNAME} \
${LOCALEDIR}/$t/${FILESNAME}
.endfor