From 4668552f95983aa987e398d61688a50e8dc325a6 Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Sun, 5 Nov 2000 02:32:40 +0000 Subject: Remove hack to install XLC_LOCALE for ko locale, this change goes into XFree86(v3) ports(3.3.6_4). XFree86-4 unaffected. Thanks jmz to apply this hack to XFree86 ports! --- korean/hanIM/Makefile | 10 +--------- korean/hanIM/pkg-plist | 5 ----- 2 files changed, 1 insertion(+), 14 deletions(-) (limited to 'korean') 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 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 -- cgit v1.2.3