git: dd5d5f6937ac - main - lang/php83: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 01:33:32 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd5d5f6937ac19a94e972c433fd3b7a7d5d6b727 commit dd5d5f6937ac19a94e972c433fd3b7a7d5d6b727 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 01:05:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 01:32:48 +0000 lang/php83: Sanitize MANPREFIX Approved by: portmgr (blanket) --- lang/php83/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php83/Makefile b/lang/php83/Makefile index 45741ef17f84..f96ef6d0718b 100644 --- a/lang/php83/Makefile +++ b/lang/php83/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="" \