diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-04-02 21:43:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-04-02 21:43:40 +0000 |
commit | 5fdf90d91625e1d02e24c97baed4464768096ceb (patch) | |
tree | a004746cc32b4a72fa1809fd903bef2ced4d0ed5 | |
parent | 732ec7bd526a8cd581d38545f2508c7468bdf29c (diff) | |
download | ports-5fdf90d91625e1d02e24c97baed4464768096ceb.tar.gz ports-5fdf90d91625e1d02e24c97baed4464768096ceb.zip |
Notes
-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 60a5ccc3ed39..be00733043d6 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 4836561eca06..ecf524ab29eb 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 a91ed86a4f16..f526830e6133 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 |