diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-04 13:09:14 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-04 13:09:14 +0800 |
commit | d949087a4c1a71d91a7a1c01b2d2383696775491 (patch) | |
tree | a3975adee4e3612480f4243460976e095354cabc /chinese/gcin-devel/Makefile | |
parent | 42d11643397a8848504de903ec4d949e5a0563f4 (diff) | |
download | freebsd-ports-gnome-d949087a4c1a71d91a7a1c01b2d2383696775491.tar.gz freebsd-ports-gnome-d949087a4c1a71d91a7a1c01b2d2383696775491.tar.zst freebsd-ports-gnome-d949087a4c1a71d91a7a1c01b2d2383696775491.zip |
- Update BOSHIAMY to version 8
PR: ports/108703
Submitted by: chinsan (maintainer)
Diffstat (limited to 'chinese/gcin-devel/Makefile')
-rw-r--r-- | chinese/gcin-devel/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index e48c757ca606..0d738bdd6e2b 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -19,7 +19,6 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= A traditional chinese input utility in X USE_BZIP2= YES -GZIP_CMD?= /usr/bin/gzip GNU_CONFIGURE= YES USE_GNOME= gtk20 USE_GMAKE= YES @@ -36,13 +35,13 @@ MAN1= gcin.1 gcin2tab.1 .if defined(WITH_BOSHIAMY) MASTER_SITES+= http://edt1023.sayya.org/gcin/:boshiamy -DISTFILES+= noseeing-7.cin.gz:boshiamy +DISTFILES+= ${BOSHIAMY_FILE}:boshiamy +BOSHIAMY_FILE= noseeing-8.tar.gz post-extract: - cd ${WRKSRC}/data && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/noseeing-7.cin.gz \ - > noseeing.cin + @${TAR} -C ${WRKSRC}/data/ -zxf ${DISTDIR}/${BOSHIAMY_FILE} \ + noseeing.cin @${REINPLACE_CMD} -e 's,cj.gtab,cj.gtab noseeing.gtab,' \ ${WRKSRC}/data/Makefile - @${REINPLACE_CMD} -e '/CJK/ d' ${WRKSRC}/data/noseeing.cin .endif pre-patch: |