diff --git a/chinese/ghostscript6/Makefile b/chinese/ghostscript6/Makefile index d8f2fcda07a1..5a7f6717cb37 100644 --- a/chinese/ghostscript6/Makefile +++ b/chinese/ghostscript6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ghostscript -PORTVERSION= 6.53 +PORTVERSION= 7.05 CATEGORIES= chinese print MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/CID/CMap/ \ ftp://freebsd.sinica.edu.tw/pub/keith/GS6TTF/ \ diff --git a/chinese/ghostscript6/pkg-install b/chinese/ghostscript6/pkg-install index 61b5bde856a7..c8dd56721874 100644 --- a/chinese/ghostscript6/pkg-install +++ b/chinese/ghostscript6/pkg-install @@ -1,5 +1,5 @@ #!/bin/sh -GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.52/lib +GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/7.05/lib if [ "$2" = "POST-INSTALL" ]; then exit 0 diff --git a/chinese/moefonts-cid/pkg-deinstall b/chinese/moefonts-cid/pkg-deinstall index aa9978979658..b214c368c792 100644 --- a/chinese/moefonts-cid/pkg-deinstall +++ b/chinese/moefonts-cid/pkg-deinstall @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.53 +GSVER=7.05 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS FONTMAPTMP=${FONTMAP}.tmp diff --git a/chinese/moefonts-cid/pkg-install b/chinese/moefonts-cid/pkg-install index 194fbe4e0882..7bd3e8afcc51 100644 --- a/chinese/moefonts-cid/pkg-install +++ b/chinese/moefonts-cid/pkg-install @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.53 +GSVER=7.05 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS