diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-15 20:09:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-15 20:09:23 +0800 |
commit | dfbf79c9d15c4df2792021aa380e7546213c9e60 (patch) | |
tree | b1005d5c4f1ff75169330aea68466d93fb382c84 /chinese | |
parent | 67bc2bae71463942e6eda11b49fdaa7153fc6149 (diff) | |
download | freebsd-ports-graphics-dfbf79c9d15c4df2792021aa380e7546213c9e60.tar.gz freebsd-ports-graphics-dfbf79c9d15c4df2792021aa380e7546213c9e60.tar.zst freebsd-ports-graphics-dfbf79c9d15c4df2792021aa380e7546213c9e60.zip |
Since AbiWord 0.9.0, it had been moved from $PREFIX/AbiSuite
to $PREFIX/share/AbiSuite
So we should change path-setting in chinese/abiword and chinese/ttfm
PR: 30600
Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw>
Approved by: MAINTAINER
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/abiword/Makefile | 2 | ||||
-rw-r--r-- | chinese/abiword/pkg-plist | 12 | ||||
-rw-r--r-- | chinese/ttfm/Makefile | 1 | ||||
-rw-r--r-- | chinese/ttfm/files/patch-aa | 11 |
4 files changed, 19 insertions, 7 deletions
diff --git a/chinese/abiword/Makefile b/chinese/abiword/Makefile index 9bd5014f037..315000cb6eb 100644 --- a/chinese/abiword/Makefile +++ b/chinese/abiword/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 0.7.13 +PORTVERSION= 0.9.2 CATEGORIES= chinese editors MASTER_SITES= # none DISTFILES= # none diff --git a/chinese/abiword/pkg-plist b/chinese/abiword/pkg-plist index 282ebd6c5ac..827650aa729 100644 --- a/chinese/abiword/pkg-plist +++ b/chinese/abiword/pkg-plist @@ -1,6 +1,6 @@ -AbiSuite/fonts/Big5/.already-in-fp -AbiSuite/fonts/Big5/fonts.dir -AbiSuite/fonts/GB2312/.already-in-fp -AbiSuite/fonts/GB2312/fonts.dir -@dirrm AbiSuite/fonts/Big5 -@dirrm AbiSuite/fonts/GB2312 +share/AbiSuite/fonts/Big5/.already-in-fp +share/AbiSuite/fonts/Big5/fonts.dir +share/AbiSuite/fonts/GB2312/.already-in-fp +share/AbiSuite/fonts/GB2312/fonts.dir +@dirrm share/AbiSuite/fonts/Big5 +@dirrm share/AbiSuite/fonts/GB2312 diff --git a/chinese/ttfm/Makefile b/chinese/ttfm/Makefile index c19db0ff70f..dbcff37bcc8 100644 --- a/chinese/ttfm/Makefile +++ b/chinese/ttfm/Makefile @@ -7,6 +7,7 @@ PORTNAME= ttfm PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= chinese print MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ttfm/ diff --git a/chinese/ttfm/files/patch-aa b/chinese/ttfm/files/patch-aa new file mode 100644 index 00000000000..be303956d81 --- /dev/null +++ b/chinese/ttfm/files/patch-aa @@ -0,0 +1,11 @@ +--- modules/abiword.ttfm.orig Sun Sep 16 03:20:44 2001 ++++ modules/abiword.ttfm Sun Sep 16 03:21:13 2001 +@@ -41,7 +41,7 @@ + export X11BASE; X11BASE=/usr/X11R6 + export PATH; PATH=/bin:/sbin:/usr/bin:/usr/sbin:$PREFIX/bin:$PREFIX/sbin:$X11BASE/bin + export TEMPFILE; TEMPFILE="`mktemp /tmp/ttfm.tmpXXX`" +-export ABIFontPath; ABIFontPath=$PREFIX/AbiSuite/fonts ++export ABIFontPath; ABIFontPath=$PREFIX/share/AbiSuite/fonts + export DefaultFontPath; DefaultFontPath=$PREFIX/share/fonts/TrueType + export TTFM; TTFM=$PREFIX/bin/ttfm.sh + export XTTFFONTPATH; XTTFFONTPATH="$X11BASE/lib/X11/fonts/TrueType" |