Fix pathname of Fontmap.GS, which has been changed in GS 8.64.
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue