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

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

PKGNAMESUFFIX=	-xsl

post-patch:
	${REINPLACE_CMD} -e \
		's|#include "../dom/xml_common.h"|#include "ext/dom/xml_common.h"|g' \
		${WRKSRC}/php_xsl.h

.include "${MASTERDIR}/Makefile"