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

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

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"