diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-16 21:04:50 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-16 21:04:50 +0800 |
commit | d8880131dd102541278528474886ab13954c879c (patch) | |
tree | a46ae33b225d1e1489672db765b68344ac056831 /chinese/xcin25/Makefile | |
parent | 979ddd8991fdc16ff15db00fecabebe96a85985c (diff) | |
download | freebsd-ports-gnome-d8880131dd102541278528474886ab13954c879c.tar.gz freebsd-ports-gnome-d8880131dd102541278528474886ab13954c879c.tar.zst freebsd-ports-gnome-d8880131dd102541278528474886ab13954c879c.zip |
Upgrade to version 2.5.2
PR: 22018
Submitted by: MAINTAINER
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 |