aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-04-02 21:43:40 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-04-02 21:43:40 +0000
commit5fdf90d91625e1d02e24c97baed4464768096ceb (patch)
treea004746cc32b4a72fa1809fd903bef2ced4d0ed5 /chinese
parent732ec7bd526a8cd581d38545f2508c7468bdf29c (diff)
downloadports-5fdf90d91625e1d02e24c97baed4464768096ceb.tar.gz
ports-5fdf90d91625e1d02e24c97baed4464768096ceb.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/moefonts-cid/Makefile2
-rw-r--r--chinese/moefonts-cid/files/pkg-deinstall.in2
-rw-r--r--chinese/moefonts-cid/files/pkg-install.in2
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