diff --git a/korean/gaim/Makefile b/korean/gaim/Makefile index 0f74987d45b3..e1f5897bdb9c 100644 --- a/korean/gaim/Makefile +++ b/korean/gaim/Makefile @@ -23,4 +23,7 @@ MD5_FILE= ${.CURDIR}/distinfo BROKEN= "/usr/include/langinfo.h needed; 4-stable after Mar 13 2002 and -current" .endif +post-patch: + @${PERL} -pi -e 's,UTF8,UTF-8,g' ${WRKSRC}/src/util.c + .include "${MASTERDIR}/Makefile"