summaryrefslogtreecommitdiff
path: root/textproc/php83-enchant/Makefile
blob: 3788e2909afd64162d84c1281223e6a834f8aca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
CATEGORIES=	textproc

MASTERDIR=	${.CURDIR}/../../lang/php83

PKGNAMESUFFIX=	-enchant

post-patch:
	${REINPLACE_CMD} -e \
		's|#include "../spl/spl_exceptions.h"|#include "ext/spl/spl_exceptions.h"|g' \
		${WRKSRC}/enchant.c

.include "${MASTERDIR}/Makefile"