Fix pathname of Fontmap.GS, which has been changed in GS 8.64.

This commit is contained in:
Hiroki Sato 2009-04-02 21:43:40 +00:00
parent 732ec7bd52
commit 5fdf90d916
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231501
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= moefonts-cid
PORTVERSION= 1.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= chinese print
MASTER_SITES= ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/
DISTFILES= MOEKai-Regular MOESung-Regular

View file

@ -3,7 +3,7 @@
GSVER=`gs --version`
GSDIR=%%PREFIX%%/share/ghostscript
FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS
FONTMAP=${GSDIR}/${GSVER}/Resource/Init/Fontmap.GS
FONTMAPTMP=${FONTMAP}.tmp
# Run just once.

View file

@ -3,7 +3,7 @@
GSVER=`gs --version`
GSDIR=%%PREFIX%%/share/ghostscript
FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS
FONTMAP=${GSDIR}/${GSVER}/Resource/Init/Fontmap.GS
# Run just once.
if [ "x$2" != "xPOST-INSTALL" ]; then