Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 19:25:47 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: 11124ff535d0 - main - lang/php82: Sanitize MANPREFIX
Message-ID:  <202401211925.40LJPlD7072226@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=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 \



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