mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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:
parent
e0e53f6043
commit
1a48e8a9f6
1 changed files with 0 additions and 1 deletions
|
@ -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|" \
|
||||
|
|
Loading…
Add table
Reference in a new issue