diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-10 05:22:14 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-10 05:22:14 +0000 |
commit | b7321842b36d227e0e4f535a69bb31993de53b2d (patch) | |
tree | 519aa42257043fc3134fec1e9ee2f4663005bd5f /chinese | |
parent | 90230643cef2b4f84dafefb479ef4ce063d95381 (diff) | |
download | ports-b7321842b36d227e0e4f535a69bb31993de53b2d.tar.gz ports-b7321842b36d227e0e4f535a69bb31993de53b2d.zip |
Fix Ghostscript 6.50 path.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=39364
Diffstat (limited to 'chinese')
-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 ac428dd379d3..b155bdcbdaca 100644 --- a/chinese/moefonts-cid/pkg-deinstall +++ b/chinese/moefonts-cid/pkg-deinstall @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.01 +GSVER=6.50 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS FONTMAPTMP=${FONTMAP}.tmp |