diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-09 13:58:08 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-09 13:58:08 +0000 |
commit | 11890a719b65d82a28354b41b1baa85049671afe (patch) | |
tree | d8fe568b865eecc8fa38479082f55033340429fc /chinese | |
parent | e9498927d75b29f36fd2c47ca446dfa101d87f32 (diff) | |
download | FreeBSD-ports-11890a719b65d82a28354b41b1baa85049671afe.zip FreeBSD-ports-11890a719b65d82a28354b41b1baa85049671afe.tar.gz |
upgrade to 16.6
PR: 40377
Submitted by: maintainer
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cwtex/Makefile | 14 | ||||
-rw-r--r-- | chinese/cwtex/distinfo | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/chinese/cwtex/Makefile b/chinese/cwtex/Makefile index 0975673..52fe71e 100644 --- a/chinese/cwtex/Makefile +++ b/chinese/cwtex/Makefile @@ -6,28 +6,24 @@ # PORTNAME= cwtex -PORTVERSION= 16.3 +PORTVERSION= 16.6 CATEGORIES= chinese MASTER_SITES= ftp://192.192.110.1/cwtex/cwTeX_linux/ \ ftp://freebsd.sinica.edu.tw/pub/statue/cwtex/ -DISTFILES= cwtexmain.tgz cwtex_freebsd.tgz +DISTFILES= cwtexmain.tgz cwtexbin-16.6.tgz +EXTRACT_ONLY= # empty MAINTAINER= statue@freebsd.sinica.edu.tw BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX -WRKSRC= ${WRKDIR} NO_BUILD= YES .include <bsd.port.pre.mk> do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/addfont ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/cwbibtex ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/cwmkidx ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/cwtex ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/tex2xtc ${PREFIX}/bin/ - ${CP} -R ${WRKSRC}/texmf/ ${PREFIX}/share/texmf/ + ${TAR} -xzf ${DISTDIR}/cwtexmain.tgz -C ${PREFIX}/share/ + ${TAR} -xzf ${DISTDIR}/cwtexbin-16.6.tgz -C ${PREFIX}/bin/ ${CAT} ${FILESDIR}/config.ps >> ${PREFIX}/share/texmf/dvips/config/config.ps mktexlsr diff --git a/chinese/cwtex/distinfo b/chinese/cwtex/distinfo index bc7adb9..576d2c6 100644 --- a/chinese/cwtex/distinfo +++ b/chinese/cwtex/distinfo @@ -1,2 +1,2 @@ MD5 (cwtexmain.tgz) = 38b9b55807bd50de224fb51b20db1fb5 -MD5 (cwtex_freebsd.tgz) = 8cafb8bb44cdb552efa49c433481ef26 +MD5 (cwtexbin-16.6.tgz) = 6af3d7bb4cddf475b4c65312677b701c |