diff options
Diffstat (limited to 'textproc/php85-enchant/Makefile')
-rw-r--r-- | textproc/php85-enchant/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/php85-enchant/Makefile b/textproc/php85-enchant/Makefile new file mode 100644 index 000000000000..5442d92eab5b --- /dev/null +++ b/textproc/php85-enchant/Makefile @@ -0,0 +1,12 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +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" |