lang/php81: Fix REINPLACE_CMD

After the alst upgrade to 8.1.6 the post-patch directive on php.ini-*
are no longer required.

Reported by:	sunpoet
Sponsored by:	Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2022-05-21 16:10:27 -05:00
parent e0e53f6043
commit 1a48e8a9f6

View File

@ -127,7 +127,6 @@ CONFIGURE_ENV+= ac_cv_decimal_fp_supported="no" \
post-patch:
@${TOUCH} ${WRKSRC}/ext/php_config.h
@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-*
post-patch-FPM-on:
@${REINPLACE_CMD} -e "s|^;\(pid\)|\1|;s|^;\(pm\.[a-z_]*_servers\)|\1|" \