git: ddb54890fe65 - main - x11/cde-devel: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 12:26:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddb54890fe65f1730c934a02016be20072b36ec1 commit ddb54890fe65f1730c934a02016be20072b36ec1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 11:00:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 12:26:15 +0000 x11/cde-devel: Sanitize MANPREFIX Approved by: portmgr (blanket) --- x11/cde-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile index da16404a455d..204c8de8cc49 100644 --- a/x11/cde-devel/Makefile +++ b/x11/cde-devel/Makefile @@ -58,7 +58,8 @@ USE_XORG= ice sm x11 xau xdmcp xext xinerama xmu xscrnsaver xt GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${DT_PREFIX} -MANPREFIX= ${DT_PREFIX}/share +GNU_CONFIGURE_MANPREFIX= ${DT_PREFIX}/share +MANDIRS= ${DT_PREFIX}/share/man INFODIR= ${DT_PREFIX}/share/info CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.6 MAKE="gmake" MAKE_ARGS+= PERL=${PERL} "LOCAL_LDFLAGS=${LDFLAGS}"