aboutsummaryrefslogtreecommitdiff
path: root/textproc/php80-enchant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/php80-enchant/Makefile')
-rw-r--r--textproc/php80-enchant/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/php80-enchant/Makefile b/textproc/php80-enchant/Makefile
deleted file mode 100644
index bb3e26ac90ae..000000000000
--- a/textproc/php80-enchant/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-CATEGORIES= textproc
-
-MASTERDIR= ${.CURDIR}/../../lang/php80
-
-PKGNAMESUFFIX= -enchant
-
-TEST_TARGET= test
-
-post-patch:
- ${REINPLACE_CMD} -e \
- 's|#include "../spl/spl_exceptions.h"|#include "ext/spl/spl_exceptions.h"|g' \
- ${WRKSRC}/enchant.c
-
-.include "${MASTERDIR}/Makefile"