diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:50:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:50:17 +0000 |
commit | 0d01e5e9f2071b5fa6a023913beb207d3c972a42 (patch) | |
tree | 7f1fa189542f46d87ec4098705ca7908d8bc1972 /chinese | |
parent | 4b0b39a7a38af503149c132355d1a80385259fc7 (diff) | |
download | ports-0d01e5e9f2071b5fa6a023913beb207d3c972a42.tar.gz ports-0d01e5e9f2071b5fa6a023913beb207d3c972a42.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/abiword/Makefile | 7 | ||||
-rw-r--r-- | chinese/abiword/pkg-plist | 18 |
2 files changed, 15 insertions, 10 deletions
diff --git a/chinese/abiword/Makefile b/chinese/abiword/Makefile index b878c0a36183..2c05d97b5e58 100644 --- a/chinese/abiword/Makefile +++ b/chinese/abiword/Makefile @@ -6,25 +6,24 @@ # PORTNAME= abiword -PORTVERSION= 0.9.2 +PORTVERSION= 1.0.3 CATEGORIES= chinese editors MASTER_SITES= # none DISTFILES= # none MAINTAINER= keith@FreeBSD.org -BROKEN= "Incorrect pkg-plist" - RUN_DEPENDS= AbiWord:${PORTSDIR}/editors/AbiWord \ ttfm.sh:${PORTSDIR}/chinese/ttfm \ ${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \ gs:${PORTSDIR}/print/ghostscript-gnu NO_BUILD= yes +USE_X_PREFIX= yes .include <bsd.port.pre.mk> do-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${SETENV} PKG_PREFIX=${LOCALBASE} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.post.mk> diff --git a/chinese/abiword/pkg-plist b/chinese/abiword/pkg-plist index 827650aa7296..92b58e5738c5 100644 --- a/chinese/abiword/pkg-plist +++ b/chinese/abiword/pkg-plist @@ -1,6 +1,12 @@ -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 +share/AbiSuite/fonts/zh-CN/.already-in-fp +share/AbiSuite/fonts/zh-CN/fonts.dir +share/AbiSuite/fonts/zh-CN.GBK/.already-in-fp +share/AbiSuite/fonts/zh-CN.GBK/fonts.dir +share/AbiSuite/fonts/zh-HK/.already-in-fp +share/AbiSuite/fonts/zh-HK/fonts.dir +share/AbiSuite/fonts/zh-TW/.already-in-fp +share/AbiSuite/fonts/zh-TW/fonts.dir +@dirrm share/AbiSuite/fonts/zh-CN +@dirrm share/AbiSuite/fonts/zh-CN.GBK +@dirrm share/AbiSuite/fonts/zh-HK +@dirrm share/AbiSuite/fonts/zh-TW |