Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 01:33:32 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dd5d5f6937ac - main - lang/php83: Sanitize MANPREFIX
Message-ID:  <202401220133.40M1XW6U002250@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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="" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401220133.40M1XW6U002250>