diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-05-21 16:10:27 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-05-21 16:10:27 -0500 |
commit | 1a48e8a9f683b73155b418ea00d66dc641a0b0ac (patch) | |
tree | cfcd725324a7e668226c5e355009a9be8f3fafbd /lang/php81/Makefile | |
parent | e0e53f6043d4fe7bdaaa556ea0bfd0db9332e99d (diff) | |
download | freebsd-ports-1a48e8a9f683b73155b418ea00d66dc641a0b0ac.zip |
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
Diffstat (limited to 'lang/php81/Makefile')
-rw-r--r-- | lang/php81/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index c9460939ae74..6d75850a9886 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -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|" \ |