View | Details | Raw Unified | Return to bug 228014 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	fonttools
4
PORTNAME=	fonttools
5
PORTVERSION=	3.26.0
5
PORTVERSION=	3.26.0
6
PORTREVISION=	1
6
CATEGORIES=	print python
7
CATEGORIES=	print python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-23 Link Here
15
16
16
USES=		python zip
17
USES=		python zip
17
USE_PYTHON=	autoplist concurrent distutils
18
USE_PYTHON=	autoplist concurrent distutils
19
MAKE_ENV+=	FONTTOOLS_MANPATH="man"
18
NO_ARCH=	yes
20
NO_ARCH=	yes
19
21
20
post-patch:
21
	@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' ${WRKSRC}/setup.py
22
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>

Return to bug 228014