diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-16 13:04:50 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-16 13:04:50 +0000 |
commit | f2d34a83ecdc5e4a29bed47691ff197828d2dc68 (patch) | |
tree | 510d0f27e484289bc7fbb1c779b7ce54e7897b54 /chinese/xcin25/Makefile | |
parent | 8e2ab4acfb72b34e491b4d66b2be93302139abd4 (diff) | |
download | ports-f2d34a83ecdc5e4a29bed47691ff197828d2dc68.tar.gz ports-f2d34a83ecdc5e4a29bed47691ff197828d2dc68.zip |
Notes
Diffstat (limited to 'chinese/xcin25/Makefile')
-rw-r--r-- | chinese/xcin25/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index d8d7693b57ef..4fc09bbaf299 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -6,10 +6,9 @@ # PORTNAME= xcin -PORTVERSION= 2.5.2p6 +PORTVERSION= 2.5.2 CATEGORIES= chinese x11 -MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ -DISTNAME= xcin-2.5.2.pre6 +MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ MAINTAINER= keith@freebsd.sinica.edu.tw @@ -18,7 +17,7 @@ LIB_DEPENDS= tabe.0:${PORTSDIR}/chinese/libtabe \ db2.0:${PORTSDIR}/databases/db RUN_DEPENDS= ${X11BASE}/lib/X11/locale/zh_TW.Big5/XLC_LOCALE:${PORTSDIR}/x11/XFree86 \ ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts \ - ${LOCALBASE}/share/tabe/libtabe-0.1.7:${PORTSDIR}/chinese/libtabe + ${LOCALBASE}/share/tabe/libtabe-0.1.8:${PORTSDIR}/chinese/libtabe WRKSRC= ${WRKDIR}/xcin-2.5 USE_X_PREFIX= yes @@ -43,7 +42,7 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/${DOC} ${PREFIX}/lib/X11/xcin25/doc .endfor ${MKDIR} ${PREFIX}/lib/X11/xcin25/doc/internal -.for INTERNAL in IMdkit gen_inp greq_menusel module structer +.for INTERNAL in IMdkit gen_inp gui_request module structer ${INSTALL_MAN} ${WRKSRC}/doc/internal/${INTERNAL} \ ${PREFIX}/lib/X11/xcin25/doc/internal .endfor |