summaryrefslogtreecommitdiff
path: root/math/octave/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-21 12:48:47 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 04:47:55 +0100
commita7ab8d765ac75c68345c47adab5fae65629354e8 (patch)
tree17b94a9ff5ad207670a32226bd5dbd4903d0565b /math/octave/Makefile
parentmath/octave: Moved man to share/man (diff)
benchmarks/autobench: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index a7b6ab466459..91b5621e6d42 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -54,7 +54,6 @@ USES= charsetfix compiler:c++14-lang desktop-file-utils fortran gl \
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}
USE_PERL5= build
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_QT= core gui help network opengl printsupport sql widgets xml \
buildtools:build linguist:build qmake:build
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
@@ -75,7 +74,8 @@ CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed \
QCOLLECTIONGENERATOR_QTVER=${QCOLLECTIONGENERATOR} \
QHELPGENERATOR_QTVER=${QHELPGENERATOR} \
RCC_QTVER=${RCC} \
- UIC_QTVER=${UIC}
+ UIC_QTVER=${UIC} \
+ man1dir=${PREFIX}/share/man/man1
CONFIGURE_ARGS= --disable-jit \
--disable-openmp \