View | Details | Raw Unified | Return to bug 46449
Collapse All | Expand All

(-)abiword/Makefile (-4 / +3 lines)
Lines 6-30 Link Here
6
#
6
#
7
7
8
PORTNAME=	abiword
8
PORTNAME=	abiword
9
PORTVERSION=	0.9.2
9
PORTVERSION=	1.0.3
10
CATEGORIES=	chinese editors
10
CATEGORIES=	chinese editors
11
MASTER_SITES=	# none
11
MASTER_SITES=	# none
12
DISTFILES=	# none
12
DISTFILES=	# none
13
13
14
MAINTAINER=	keith@FreeBSD.org
14
MAINTAINER=	keith@FreeBSD.org
15
15
16
BROKEN=		"Incorrect pkg-plist"
17
18
RUN_DEPENDS=	AbiWord:${PORTSDIR}/editors/AbiWord \
16
RUN_DEPENDS=	AbiWord:${PORTSDIR}/editors/AbiWord \
19
		ttfm.sh:${PORTSDIR}/chinese/ttfm \
17
		ttfm.sh:${PORTSDIR}/chinese/ttfm \
20
		${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \
18
		${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \
21
		gs:${PORTSDIR}/print/ghostscript-gnu
19
		gs:${PORTSDIR}/print/ghostscript-gnu
22
20
23
NO_BUILD=	yes
21
NO_BUILD=	yes
22
USE_X_PREFIX=	yes
24
23
25
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
26
25
27
do-install:
26
do-install:
28
	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
27
	@${SETENV} PKG_PREFIX=${LOCALBASE} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
29
28
30
.include <bsd.port.post.mk>
29
.include <bsd.port.post.mk>
(-)abiword/pkg-plist (-6 / +12 lines)
Lines 1-6 Link Here
1
share/AbiSuite/fonts/Big5/.already-in-fp
1
share/AbiSuite/fonts/zh-CN/.already-in-fp
2
share/AbiSuite/fonts/Big5/fonts.dir
2
share/AbiSuite/fonts/zh-CN/fonts.dir
3
share/AbiSuite/fonts/GB2312/.already-in-fp
3
share/AbiSuite/fonts/zh-CN.GBK/.already-in-fp
4
share/AbiSuite/fonts/GB2312/fonts.dir
4
share/AbiSuite/fonts/zh-CN.GBK/fonts.dir
5
@dirrm share/AbiSuite/fonts/Big5
5
share/AbiSuite/fonts/zh-HK/.already-in-fp
6
@dirrm share/AbiSuite/fonts/GB2312
6
share/AbiSuite/fonts/zh-HK/fonts.dir
7
share/AbiSuite/fonts/zh-TW/.already-in-fp
8
share/AbiSuite/fonts/zh-TW/fonts.dir
9
@dirrm share/AbiSuite/fonts/zh-CN
10
@dirrm share/AbiSuite/fonts/zh-CN.GBK
11
@dirrm share/AbiSuite/fonts/zh-HK
12
@dirrm share/AbiSuite/fonts/zh-TW

Return to bug 46449