git: a7ab8d765ac7 - main - benchmarks/autobench: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 22 Feb 2024 03:48:17 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a7ab8d765ac75c68345c47adab5fae65629354e8

commit a7ab8d765ac75c68345c47adab5fae65629354e8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-21 11:48:47 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-22 03:47:55 +0000

    benchmarks/autobench: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 benchmarks/autobench/Makefile  |  2 +-
 benchmarks/autobench/pkg-plist | 12 ++++++------
 math/octave/Makefile           |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/benchmarks/autobench/Makefile b/benchmarks/autobench/Makefile
index 55ae45eac56b..485b04023dba 100644
--- a/benchmarks/autobench/Makefile
+++ b/benchmarks/autobench/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	autobench
 PORTVERSION=	2.1.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	benchmarks www
 MASTER_SITES=	http://www.xenoclast.org/autobench/downloads/
 
diff --git a/benchmarks/autobench/pkg-plist b/benchmarks/autobench/pkg-plist
index ffddc87c4767..4ad87f4eed02 100644
--- a/benchmarks/autobench/pkg-plist
+++ b/benchmarks/autobench/pkg-plist
@@ -5,9 +5,9 @@ bin/bench2graph
 bin/crfile
 bin/sesslog
 @sample etc/autobench.conf.sample
-man/man1/autobench.1.gz
-man/man1/autobench_admin.1.gz
-man/man1/autobenchd.1.gz
-man/man1/bench2graph.1.gz
-man/man1/crfile.1.gz
-man/man1/sesslog.1.gz
+share/man/man1/autobench.1.gz
+share/man/man1/autobench_admin.1.gz
+share/man/man1/autobenchd.1.gz
+share/man/man1/bench2graph.1.gz
+share/man/man1/crfile.1.gz
+share/man/man1/sesslog.1.gz
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 \