diff options
-rw-r--r-- | chinese/moefonts-cid/Makefile | 2 | ||||
-rw-r--r-- | chinese/moefonts-cid/files/pkg-deinstall.in | 2 | ||||
-rw-r--r-- | chinese/moefonts-cid/files/pkg-install.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chinese/moefonts-cid/Makefile b/chinese/moefonts-cid/Makefile index 60a5ccc3ed3..be00733043d 100644 --- a/chinese/moefonts-cid/Makefile +++ b/chinese/moefonts-cid/Makefile @@ -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 diff --git a/chinese/moefonts-cid/files/pkg-deinstall.in b/chinese/moefonts-cid/files/pkg-deinstall.in index 4836561eca0..ecf524ab29e 100644 --- a/chinese/moefonts-cid/files/pkg-deinstall.in +++ b/chinese/moefonts-cid/files/pkg-deinstall.in @@ -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. diff --git a/chinese/moefonts-cid/files/pkg-install.in b/chinese/moefonts-cid/files/pkg-install.in index a91ed86a4f1..f526830e613 100644 --- a/chinese/moefonts-cid/files/pkg-install.in +++ b/chinese/moefonts-cid/files/pkg-install.in @@ -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 |