diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-14 07:17:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-14 07:17:52 +0000 |
commit | 63245f131d7f48a10d9b8a998ab9316edfb194d5 (patch) | |
tree | dd50f8427cf19993a26ef6b8323447b5d95501dd /chinese | |
parent | 8f795a192b73ee0d1aca74a86f978a49f8f090bf (diff) | |
download | ports-63245f131d7f48a10d9b8a998ab9316edfb194d5.tar.gz ports-63245f131d7f48a10d9b8a998ab9316edfb194d5.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ghostscript6/Makefile | 4 | ||||
-rw-r--r-- | chinese/ghostscript6/distinfo | 2 | ||||
-rw-r--r-- | chinese/ghostscript6/pkg-install | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chinese/ghostscript6/Makefile b/chinese/ghostscript6/Makefile index 55c72a11eb66..7c6b76010cc1 100644 --- a/chinese/ghostscript6/Makefile +++ b/chinese/ghostscript6/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/CID/CMap/ \ http://www.aihara.co.jp/~taiji/tops/ DISTFILES= ac13.tar.Z ag14.tar.Z ai0.tar.Z aj14.tar.Z \ aj20.tar.Z ak12.tar.Z rksj-cmaps.tar.Z \ - cjkvttcidmap-0.8.tar.gz gs6.50_ttf.ps-cjkv-20001215.patch.gz + cjkvttcidmap-0.94.tar.gz gs6.50_ttf.ps-cjkv-20001215.patch.gz EXTRACT_ONLY= MAINTAINER= keith@FreeBSD.org @@ -39,7 +39,7 @@ do-install: ${TAR} -xzf ${DISTDIR}/rksj-cmaps.tar.Z; \ ${LN} -sf rksj-cmaps/* . ) @(cd ${PREFIX}/share/ghostscript/CJK/TrueType; \ - ${TAR} -xzf ${DISTDIR}/cjkvttcidmap-0.8.tar.gz ) + ${TAR} -xzf ${DISTDIR}/cjkvttcidmap-0.94.tar.gz ) @(cd ${PREFIX}/share/ghostscript/${PORTVERSION}/lib; \ ${GZCAT} ${DISTDIR}/gs6.50_ttf.ps-cjkv-20001215.patch.gz |${PATCH} ) @${CP} ${PREFIX}/share/ghostscript/${PORTVERSION}/lib/gs_res.ps \ diff --git a/chinese/ghostscript6/distinfo b/chinese/ghostscript6/distinfo index 43af66f0336e..5288546c9bcd 100644 --- a/chinese/ghostscript6/distinfo +++ b/chinese/ghostscript6/distinfo @@ -5,5 +5,5 @@ MD5 (aj14.tar.Z) = 8661c737b422e74c74ce42be96db809f MD5 (aj20.tar.Z) = 06b03101b0fd4c1f74d4bd3e4c2096b6 MD5 (ak12.tar.Z) = fbc36b6e008196b77859717e1eb32925 MD5 (rksj-cmaps.tar.Z) = 98b26cb513014491ed401dd2bb03535a -MD5 (cjkvttcidmap-0.8.tar.gz) = 1c124fda850798004be241af177f10f2 +MD5 (cjkvttcidmap-0.94.tar.gz) = 1426e4e15357487ce2a797a9b7d2e0e1 MD5 (gs6.50_ttf.ps-cjkv-20001215.patch.gz) = dc1eb717b392ab069fdd9a34890cc19a diff --git a/chinese/ghostscript6/pkg-install b/chinese/ghostscript6/pkg-install index 387bbac800f1..61b5bde856a7 100644 --- a/chinese/ghostscript6/pkg-install +++ b/chinese/ghostscript6/pkg-install @@ -1,5 +1,5 @@ #!/bin/sh -GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.50/lib +GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.52/lib if [ "$2" = "POST-INSTALL" ]; then exit 0 |