summaryrefslogtreecommitdiff
path: root/chinese/gcin
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-06 04:54:47 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-06 04:54:47 +0000
commitc69273cf1a0aac36b3aadbac101d8b64837381eb (patch)
tree2bea1cfac492b85bbebc0012279e51fcee0720cc /chinese/gcin
parent- Update to 0.98d (diff)
- Fix syntax error while replace bash as sh
Detailed disscuss at: http://cle.linux.org.tw/gcin/readcomment.php?comment_id=397&comment_current_page=99999#comment - bump PORTREVISION PR: ports/104037 Submitted by: maintainer (chinsan)
Notes
Notes: svn path=/head/; revision=174629
Diffstat (limited to 'chinese/gcin')
-rw-r--r--chinese/gcin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index 3668bcb61b68..5b20efa5ce0f 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcin
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= chinese textproc gnome
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main
@@ -52,7 +53,7 @@ pre-patch:
s/gcc/$$CC/; s/gcin-$$GCIN_VERSION/gcin/' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's/qsort/mergesort/' ${WRKSRC}/gcin2tab.c
@${REINPLACE_CMD} -e 's/modify-XIM //; 8,10 d' ${WRKSRC}/scripts/Makefile
- @${REINPLACE_CMD} -e 's/bash/sh/;' ${WRKSRC}/scripts/gcin-user-setup
+ @${REINPLACE_CMD} -e 's/bash/sh/; s/&//;' ${WRKSRC}/scripts/gcin-user-setup
@${REINPLACE_CMD} -e 's/bash/sh/; s/&//; s/opt\/gnome/usr\/X11R6/;' \
${WRKSRC}/scripts/utf8-edit
@${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,' \