diff options
Diffstat (limited to 'devel/pecl-zookeeper/Makefile')
-rw-r--r-- | devel/pecl-zookeeper/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/pecl-zookeeper/Makefile b/devel/pecl-zookeeper/Makefile index 558f39c2a8e1..b1d8c572c3ae 100644 --- a/devel/pecl-zookeeper/Makefile +++ b/devel/pecl-zookeeper/Makefile @@ -18,16 +18,8 @@ USE_PHP= session:build PORTDATA= zookeeper-api.php -.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}/php_zookeeper.c -.endif - post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/zookeeper-api.php ${STAGEDIR}${DATADIR}/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |