diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-05-03 21:06:06 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-05-03 21:06:06 +0000 |
commit | c519f025814f94124ed1c06ab59c35b5c85416aa (patch) | |
tree | d24767a1e82ba83825f633bda584609fe41a9f51 /chinese | |
parent | 71878510a384c3a565996b1fe3de84ddde6dc02d (diff) | |
download | FreeBSD-ports-c519f025814f94124ed1c06ab59c35b5c85416aa.zip FreeBSD-ports-c519f025814f94124ed1c06ab59c35b5c85416aa.tar.gz |
Due to ghostscript-gnu update.
PR: ports/51686
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/moefonts-cid/pkg-deinstall | 2 | ||||
-rw-r--r-- | chinese/moefonts-cid/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/moefonts-cid/pkg-deinstall b/chinese/moefonts-cid/pkg-deinstall index b214c36..ee8ae9a 100644 --- a/chinese/moefonts-cid/pkg-deinstall +++ b/chinese/moefonts-cid/pkg-deinstall @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=7.05 +GSVER=7.06 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 7bd3e8a..7f3faa7 100644 --- a/chinese/moefonts-cid/pkg-install +++ b/chinese/moefonts-cid/pkg-install @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=7.05 +GSVER=7.06 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS |