diff options
-rw-r--r-- | korean/hanIM/Makefile | 10 | ||||
-rw-r--r-- | korean/hanIM/pkg-plist | 5 |
2 files changed, 1 insertions, 14 deletions
diff --git a/korean/hanIM/Makefile b/korean/hanIM/Makefile index cad1fec87c23..ece38526f826 100644 --- a/korean/hanIM/Makefile +++ b/korean/hanIM/Makefile @@ -7,6 +7,7 @@ PORTNAME= hanIM PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= korean x11 MASTER_SITES= ftp://ftp.mizi.com/pub/hanIM/ @@ -22,14 +23,5 @@ post-install: ${MKDIR} ${PREFIX}/share/doc/hanIM ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/LICENSE \ ${PREFIX}/share/doc/hanIM/ - # patch XLC_LOCALE for ko_KR.EUC(harmless) - if [ -f ${PREFIX}/lib/X11/locale/ko/XLC_LOCALE ]; then \ - ${MV} -f ${PREFIX}/lib/X11/locale/ko/XLC_LOCALE \ - ${PREFIX}/lib/X11/locale/ko/XLC_LOCALE.orig; \ - fi - ${INSTALL_DATA} ${FILESDIR}/XLC_LOCALE \ - ${PREFIX}/lib/X11/locale/ko/ - ${INSTALL_DATA} ${FILESDIR}/XLC_LOCALE \ - ${PREFIX}/share/doc/hanIM/ .include <bsd.port.mk> diff --git a/korean/hanIM/pkg-plist b/korean/hanIM/pkg-plist index f912dfa12062..327e7dda75d3 100644 --- a/korean/hanIM/pkg-plist +++ b/korean/hanIM/pkg-plist @@ -12,9 +12,4 @@ lib/X11/hanIM/japanese.tbl @dirrm lib/X11/hanIM share/doc/hanIM/LICENSE share/doc/hanIM/README -share/doc/hanIM/XLC_LOCALE -@comment copy new locale definition(no harm, so need not be uninstalled) -@exec if [ -f %D/lib/X11/locale/ko/XLC_LOCALE ]; then mv -f %D/lib/X11/locale/ko/XLC_LOCALE %D/lib/X11/locale/ko/XLC_LOCALE.orig; fi -@exec cp %D/share/doc/hanIM/XLC_LOCALE %D/lib/X11/locale/ko/ -@unexec if [ -f %D/lib/X11/locale/ko/XLC_LOCALE.orig ]; then mv -f %D/lib/X11/locale/ko/XLC_LOCALE.orig %D/lib/X11/locale/ko/XLC_LOCALE; fi @dirrm share/doc/hanIM |