diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-06 04:54:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-06 04:54:47 +0000 |
commit | c69273cf1a0aac36b3aadbac101d8b64837381eb (patch) | |
tree | 2bea1cfac492b85bbebc0012279e51fcee0720cc /chinese/gcin-devel | |
parent | 81bb3a52c4f48a7e1e3a691635bd329047cbe6cb (diff) | |
download | ports-c69273cf1a0aac36b3aadbac101d8b64837381eb.tar.gz ports-c69273cf1a0aac36b3aadbac101d8b64837381eb.zip |
Notes
Diffstat (limited to 'chinese/gcin-devel')
-rw-r--r-- | chinese/gcin-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index 3668bcb61b68..5b20efa5ce0f 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/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,' \ |