diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-25 04:07:52 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-25 04:07:52 +0000 |
commit | 45ba80195054b877364c5779f859e41c5378223d (patch) | |
tree | 5610027dbfad8f37972638d1a68a00c75f1e7d2e /chinese/gcin | |
parent | 14a2a998bee4906da4d85a7ebd9828314916f059 (diff) | |
download | ports-45ba80195054b877364c5779f859e41c5378223d.tar.gz ports-45ba80195054b877364c5779f859e41c5378223d.zip |
Minor install change + fix plist to match
Bump PORTREVISION
PR: ports/82606
Submitted by: chinsan <chinsan.tw@gmail.com>
Approved by: statue@netlab.cse.yzu.edu.tw (maintainer)
Notes
Notes:
svn path=/head/; revision=137997
Diffstat (limited to 'chinese/gcin')
-rw-r--r-- | chinese/gcin/Makefile | 4 | ||||
-rw-r--r-- | chinese/gcin/files/extra-patch-data-Makefile | 8 | ||||
-rw-r--r-- | chinese/gcin/pkg-message | 2 | ||||
-rw-r--r-- | chinese/gcin/pkg-plist | 1 |
4 files changed, 8 insertions, 7 deletions
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index d7afba40be0b..6edd5cb548ec 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -7,6 +7,7 @@ PORTNAME= gcin PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \ http://edt1023.sayya.org/misc/ @@ -47,7 +48,8 @@ BOSHIAMYFILE= noseeing-${BOSHIAMYVER}.tar.gz BOSHIAMYVER= 3 post-extract: @cd ${WRKSRC}/data/ \ - && ${TAR} -zxf ${DISTDIR}/${BOSHIAMYFILE} + && ${TAR} -zxf ${DISTDIR}/${BOSHIAMYFILE} \ + && ${RM} -f noseeing.gtab post-patch: EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile \ ${FILESDIR}/extra-patch-data-noseeing.cin diff --git a/chinese/gcin/files/extra-patch-data-Makefile b/chinese/gcin/files/extra-patch-data-Makefile index 05c262113829..9f8563a48d51 100644 --- a/chinese/gcin/files/extra-patch-data-Makefile +++ b/chinese/gcin/files/extra-patch-data-Makefile @@ -1,11 +1,11 @@ ---- data/Makefile.orig Wed May 18 11:49:00 2005 -+++ data/Makefile Wed May 18 11:49:00 2005 +--- data/Makefile.orig Fri Jun 24 18:48:30 2005 ++++ data/Makefile Fri Jun 24 18:48:30 2005 @@ -5,7 +5,7 @@ DATA=pho.tab tsin.idx \ cj.gtab ar30.gtab dayi3.gtab pinyin.gtab jyutping.gtab cj5.gtab \ et.kbm et-asdf.kbm et26.kbm et26-asdf.kbm zo.kbm zo-asdf.kbm \ -- ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab -+ ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab noseeing.gtab +- ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab ++ ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab noseeing.gtab DATAKEEP=symbol-table gtab.list phrase.table all: $(DATA) diff --git a/chinese/gcin/pkg-message b/chinese/gcin/pkg-message index d3729acee040..942cd58a0e5d 100644 --- a/chinese/gcin/pkg-message +++ b/chinese/gcin/pkg-message @@ -20,6 +20,4 @@ Finally, to start the GCIN input method daemon, use command: exec gcin & -If you get problem with gcin, please visit http://cle.linux.org.tw/gcin/ -Happy gcining...:-) -------------------------------------------------------------------- diff --git a/chinese/gcin/pkg-plist b/chinese/gcin/pkg-plist index e5a81e8dc2fd..15e2ddcd72ea 100644 --- a/chinese/gcin/pkg-plist +++ b/chinese/gcin/pkg-plist @@ -25,6 +25,7 @@ lib/libgcin-im-client.so %%DATADIR%%/table/hsu.kbm %%DATADIR%%/table/ibm.kbm %%DATADIR%%/table/jyutping.gtab +%%DATADIR%%/table/nippon.gtab %%BOSHIAMY%%%%DATADIR%%/table/noseeing.gtab %%DATADIR%%/table/pho-huge.tab %%DATADIR%%/table/pho.tab |