aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>
e0954fb5e22ef2201'>Reset bouncing maintainer address:kris2004-12-061-1/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * - Use USE_ICONV knobkrion2004-03-311-2/+1 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1 * Chase the libintl.so shared lib version.marcus2003-08-251-1/+1 * Put back USE_GCC=2.95:arved2003-05-191-0/+1 * Add missing fileskris2003-02-221-0/+2 * De-pkg-comment.knu2003-02-212-1/+1 * upgrade to 2.30ijliao2003-01-085-34/+44 * Add USE_GCC=2.95, since the build dumps core with gcc 3.xarved2002-11-091-0/+1 * Update to 2.28kevlo2002-06-284-12/+22 * Remove dead MASTER_SITESpat2002-02-081-2/+1 * Commit after maintainer timeout:nectar2002-01-122-1/+5 * Update to 2.27.knu2001-09-014-29/+11 * Use proper POSIX syntax for `chown'.obrien2001-06-011-3/+3 * upgrade to 2.25.1ijliao2001-05-205-42/+46 * Easier to read patchmharo2001-04-031-33/+19 * fix so (socket-server) of clisp does creates a socketmharo2001-04-031