git: 11124ff535d0 - main - lang/php82: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:25:47 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=11124ff535d0522ceb76d90dfe9581be0c9dd313 commit 11124ff535d0522ceb76d90dfe9581be0c9dd313 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 18:50:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 19:25:26 +0000 lang/php82: Sanitize MANPREFIX Approved by: portmgr (blanket) --- lang/php82/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php82/Makefile b/lang/php82/Makefile index 9956d1494a5a..b436da0340de 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \ libpcre2-8.so:devel/pcre2 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${MANPREFIX}/share +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= --disable-all \ --program-prefix="" \ --with-config-file-scan-dir=${PREFIX}/etc/php \