diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-11 03:12:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-11 03:12:45 +0000 |
commit | 1b5a7f6e79162d825165ef4bd2ca41c25cb2a72a (patch) | |
tree | 50ff4c63f49f52773bc512861e3e50546f2f98db | |
parent | Force SHELL MAKE_ENV to be /bin/sh. (diff) |
Chasing print/ghostscript-gnu update
PR: 33039
Submitted by: Statue <statue@softwareliberty.org>
-rw-r--r-- | chinese/moefonts-cid/pkg-deinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/moefonts-cid/pkg-deinstall b/chinese/moefonts-cid/pkg-deinstall index b155bdcbdaca..aa9978979658 100644 --- a/chinese/moefonts-cid/pkg-deinstall +++ b/chinese/moefonts-cid/pkg-deinstall @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.50 +GSVER=6.53 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS FONTMAPTMP=${FONTMAP}.tmp |