summaryrefslogtreecommitdiff
path: root/databases/pecl-memcache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pecl-memcache/Makefile')
-rw-r--r--databases/pecl-memcache/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/databases/pecl-memcache/Makefile b/databases/pecl-memcache/Makefile
index 9b32402ee944..4e9a9a40171c 100644
--- a/databases/pecl-memcache/Makefile
+++ b/databases/pecl-memcache/Makefile
@@ -18,20 +18,8 @@ USE_CSTD= gnu89
OPTIONS_DEFINE= EXAMPLES
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${PHP_VER} >= 85
- @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string|Zend/zend_smart_string|' \
- ${WRKSRC}/src/memcache_ascii_protocol.c \
- ${WRKSRC}/src/memcache_binary_protocol.c \
- ${WRKSRC}/src/memcache_session.c \
- ${WRKSRC}/src/memcache_pool.c \
- ${WRKSRC}/src/memcache_pool.h
-.endif
-
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>