diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-15 12:09:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-15 12:09:23 +0000 |
commit | d066feed5109df290a0a12385d09eb937585bec7 (patch) | |
tree | 561bf244b98f9d5844d19fe4ac8ae0431f35c191 /chinese/abiword | |
parent | add galery (diff) |
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
Notes
Notes:
svn path=/head/; revision=48786
Diffstat (limited to 'chinese/abiword')
-rw-r--r-- | chinese/abiword/Makefile | 2 | ||||
-rw-r--r-- | chinese/abiword/pkg-plist | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chinese/abiword/Makefile b/chinese/abiword/Makefile index 9bd5014f037e..315000cb6eb0 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 282ebd6c5ac7..827650aa7296 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 |