git: 95869a318c73 - main - x11/cde-25: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 12:26:37 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=95869a318c739e4070b43bd234ac1c4d68ea7f42
commit 95869a318c739e4070b43bd234ac1c4d68ea7f42
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 11:22:27 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 12:26:16 +0000
x11/cde-25: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
x11/cde-25/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile
index 72e28a622bde..acdf3eed53bc 100644
--- a/x11/cde-25/Makefile
+++ b/x11/cde-25/Makefile
@@ -51,7 +51,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}"