mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.4.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
12 lines
247 B
Makefile
12 lines
247 B
Makefile
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"
|