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

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

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"