diff options
author | keichii <keichii@FreeBSD.org> | 2002-05-16 01:49:01 +0800 |
---|---|---|
committer | keichii <keichii@FreeBSD.org> | 2002-05-16 01:49:01 +0800 |
commit | 8035c598b49ca5ee24d392bc3106eed6204f4e53 (patch) | |
tree | 310679faf9f5158efa08715b8191854263bfea31 /chinese | |
parent | 6fdf8452a593baad6cfed753eb05263dfde53be4 (diff) | |
download | freebsd-ports-gnome-8035c598b49ca5ee24d392bc3106eed6204f4e53.tar.gz freebsd-ports-gnome-8035c598b49ca5ee24d392bc3106eed6204f4e53.tar.zst freebsd-ports-gnome-8035c598b49ca5ee24d392bc3106eed6204f4e53.zip |
Committing update to chinese/ghostscript6 and chinese/moefonts-cid.
PR: 38116
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ghostscript6/Makefile | 2 | ||||
-rw-r--r-- | chinese/ghostscript6/pkg-install | 2 | ||||
-rw-r--r-- | chinese/moefonts-cid/pkg-deinstall | 2 | ||||
-rw-r--r-- | chinese/moefonts-cid/pkg-install | 2 |
4 files changed, 4 insertions, 4 deletions
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 |