aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/gcin-devel/Makefile
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-02-06 17:06:23 +0800
committerrafan <rafan@FreeBSD.org>2007-02-06 17:06:23 +0800
commitbfd7b7fce8cf2ed1a67c33cbd68f38f1e87eb4ae (patch)
tree591a927ae2423183f4e2dbb20c7ce0e7101bf191 /chinese/gcin-devel/Makefile
parent9d09ec5a8d04d45b37f70c29d9ce7d0b9eb36ad5 (diff)
downloadfreebsd-ports-gnome-bfd7b7fce8cf2ed1a67c33cbd68f38f1e87eb4ae.tar.gz
freebsd-ports-gnome-bfd7b7fce8cf2ed1a67c33cbd68f38f1e87eb4ae.tar.zst
freebsd-ports-gnome-bfd7b7fce8cf2ed1a67c33cbd68f38f1e87eb4ae.zip
- Fix problem with GTK_IM_MODULE set to gcin [1]
- Make pkg-message more clear [2] PR: ports/108821 [1], ports/108791 [2] Submitted by: eliu (author) via chinsan [1], chinsan (maintainer) [2]
Diffstat (limited to 'chinese/gcin-devel/Makefile')
-rw-r--r--chinese/gcin-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile
index 0d738bdd6e2b..1e7890e09d92 100644
--- a/chinese/gcin-devel/Makefile
+++ b/chinese/gcin-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcin
PORTVERSION= 1.3.3
+PORTREVISION= 1
CATEGORIES= chinese textproc gnome
MASTER_SITES= http://cle.linux.org.tw/gcin/download/:main \
http://ftp.twaren.net/local-distfiles/gcin/:main \
@@ -62,8 +63,8 @@ pre-patch:
${WRKSRC}/scripts/utf8-edit ${WRKSRC}/scripts/gcin-user-setup \
${WRKSRC}/scripts/gtab.append_prepare
@${REINPLACE_CMD} -e 's,wget,fetch,' ${WRKSRC}/scripts/noseeing-inst
- @${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,' \
- ${WRKSRC}/gtk-im/gtkimcontextgcin.c
+ @${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,; \
+ s,if 1,if 0,' ${WRKSRC}/gtk-im/gtkimcontextgcin.c
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \
${WRKSRC}/IMdkit/lib/Makefile ${WRKSRC}/Makefile \
${WRKSRC}/qt-im/Makefile ${WRKSRC}/scripts/modify-XIM \