aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2009-04-03 05:43:40 +0800
committerhrs <hrs@FreeBSD.org>2009-04-03 05:43:40 +0800
commit2f52dcafe2f064c60cd0be8bd96f7e25683c1330 (patch)
tree3fbe30d996b6a18e46e893b551494b74b1907efb
parent79da511c524df79173497a87fad595e7a4289a7a (diff)
downloadfreebsd-ports-gnome-2f52dcafe2f064c60cd0be8bd96f7e25683c1330.tar.gz
freebsd-ports-gnome-2f52dcafe2f064c60cd0be8bd96f7e25683c1330.tar.zst
freebsd-ports-gnome-2f52dcafe2f064c60cd0be8bd96f7e25683c1330.zip
Fix pathname of Fontmap.GS, which has been changed in GS 8.64.
-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