aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 11:00:16 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 12:26:15 +0000
commitddb54890fe65f1730c934a02016be20072b36ec1 (patch)
tree4a806f46d84a6432a2c62d51e62962207e3dae6a
parent56eddf29027f854dae9ba7d3bd18af5de475f83b (diff)
downloadports-ddb54890fe65f1730c934a02016be20072b36ec1.tar.gz
ports-ddb54890fe65f1730c934a02016be20072b36ec1.zip
x11/cde-devel: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--x11/cde-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
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}"