aboutsummaryrefslogtreecommitdiffstats
path: root/korean
diff options
context:
space:
mode:
Diffstat (limited to 'korean')
-rw-r--r--korean/nabi/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile
index 7a4f2a81f863..ceb97e6b364f 100644
--- a/korean/nabi/Makefile
+++ b/korean/nabi/Makefile
@@ -27,5 +27,10 @@ post-patch:
.if ${OSVERSION} < 500028
${ECHO_CMD} "#include <sys/types.h>" > ${WRKSRC}/src/stdint.h
.endif
+.if defined(WITH_LAYOUT_390)
+ ${REINPLACE_CMD} -e 's,2qwerty,39qwerty,g' ${WRKSRC}/src/ui.c
+.elif defined(WITH_LAYOUT_3FINAL)
+ ${REINPLACE_CMD} -e 's,2qwerty,3fqwerty,g' ${WRKSRC}/src/ui.c
+.endif
.include <bsd.port.post.mk>