diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-02 06:30:32 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-02 06:30:32 +0000 |
commit | e8e05d06ae00bbda8a26207cc90c039380b35d86 (patch) | |
tree | 994860597d6183ff45e7b4185dd03c501c6fb66e /chinese/xcin25/Makefile | |
parent | ddea86622479cff5ce97232c490703092b80b811 (diff) | |
download | ports-e8e05d06ae00bbda8a26207cc90c039380b35d86.tar.gz ports-e8e05d06ae00bbda8a26207cc90c039380b35d86.zip |
Notes
Diffstat (limited to 'chinese/xcin25/Makefile')
-rw-r--r-- | chinese/xcin25/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index b49b3413bf46..becdcc166489 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcin -PORTVERSION= 2.5.2.1 +PORTVERSION= 2.5.2.2 CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ @@ -42,9 +42,13 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/${DOC} ${PREFIX}/lib/X11/xcin25/doc .endfor ${MKDIR} ${PREFIX}/lib/X11/xcin25/doc/En + ${MKDIR} ${PREFIX}/lib/X11/xcin25/doc/En/internal .for En in README.En SETUP.En Usage.En UserGuide.En ${INSTALL_MAN} ${WRKSRC}/doc/En/${En} ${PREFIX}/lib/X11/xcin25/doc/En .endfor +.for Eninternal in module.En structer.En + ${INSTALL_MAN} ${WRKSRC}/doc/En/internal/${Eninternal} ${PREFIX}/lib/X11/xcin25/doc/En/internal +.endfor ${MKDIR} ${PREFIX}/lib/X11/xcin25/doc/history ${INSTALL_MAN} ${WRKSRC}/doc/history/Changes-19991011 \ ${PREFIX}/lib/X11/xcin25/doc/history |