Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2024 12:04:56 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea03a4ebfc17 - main - math/mpsolve: Move man pages to share/man
Message-ID:  <202403121204.42CC4uK1014202@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

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

commit ea03a4ebfc178ad432dc98066634e81ec2cc8273
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-12 11:02:44 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-12 12:04:29 +0000

    math/mpsolve: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 math/mpsolve/Makefile  | 3 ++-
 math/mpsolve/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/math/mpsolve/Makefile b/math/mpsolve/Makefile
index 8711d5500d6c..6065d588b662 100644
--- a/math/mpsolve/Makefile
+++ b/math/mpsolve/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mpsolve
 DISTVERSION=	3.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	https://numpi.dm.unipi.it/_media/software/mpsolve/
 
@@ -21,6 +21,7 @@ USE_LDCONFIG=	yes
 USE_CXXSTD=	c++14 # fix compilation failure on 14: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--disable-static
 
 INSTALL_TARGET=	install-strip
diff --git a/math/mpsolve/pkg-plist b/math/mpsolve/pkg-plist
index b4721569ac1b..6e8d00c910bf 100644
--- a/math/mpsolve/pkg-plist
+++ b/math/mpsolve/pkg-plist
@@ -31,11 +31,11 @@ lib/libmps-fortran.so.0.0.1
 lib/libmps.so
 lib/libmps.so.3
 lib/libmps.so.3.0.1
-man/man1/mandelbrot-solver.1.gz
-man/man1/mpsolve.1.gz
-man/man1/quadratic-solver.1.gz
-%%GUI%%man/man1/xmpsolve.1.gz
 %%GUI%%share/applications/xmpsolve.desktop
 %%GUI%%share/icons/xmpsolve.png
+share/man/man1/mandelbrot-solver.1.gz
+share/man/man1/mpsolve.1.gz
+share/man/man1/quadratic-solver.1.gz
+%%GUI%%share/man/man1/xmpsolve.1.gz
 share/mime-info/mpsolve.mime
 share/mime/packages/mpsolve.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403121204.42CC4uK1014202>