diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-31 12:50:02 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-31 12:50:02 +0000 |
commit | 70238f9e7d02e01b748ccd1ffdfdc108840174e8 (patch) | |
tree | 360127eae97a51dbe869d07010e711103e566ff0 /chinese/xcin25/Makefile | |
parent | 9b7e3ea6376e34be119a046bed059f3cfb0fb62e (diff) | |
download | ports-70238f9e7d02e01b748ccd1ffdfdc108840174e8.tar.gz ports-70238f9e7d02e01b748ccd1ffdfdc108840174e8.zip |
Notes
Diffstat (limited to 'chinese/xcin25/Makefile')
-rw-r--r-- | chinese/xcin25/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 4fc09bbaf299..3ade27853989 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcin -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.2.1 CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ @@ -17,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.8:${PORTSDIR}/chinese/libtabe + ${LOCALBASE}/share/tabe/libtabe-0.1.9:${PORTSDIR}/chinese/libtabe WRKSRC= ${WRKDIR}/xcin-2.5 USE_X_PREFIX= yes @@ -41,6 +41,13 @@ post-install: SETUP Todo Usage UserGuide ${INSTALL_MAN} ${WRKSRC}/doc/${DOC} ${PREFIX}/lib/X11/xcin25/doc .endfor + ${MKDIR} ${PREFIX}/lib/X11/xcin25/doc/En +.for En in README.En SETUP.En Usage.En UserGuide.En + ${INSTALL_MAN} ${WRKSRC}/doc/En/${En} ${PREFIX}/lib/X11/xcin25/doc/En +.endfor + ${MKDIR} ${PREFIX}/lib/X11/xcin25/doc/history + ${INSTALL_MAN} ${WRKSRC}/doc/history/Changes-19991011 \ + ${PREFIX}/lib/X11/xcin25/doc/history ${MKDIR} ${PREFIX}/lib/X11/xcin25/doc/internal .for INTERNAL in IMdkit gen_inp gui_request module structer ${INSTALL_MAN} ${WRKSRC}/doc/internal/${INTERNAL} \ |