Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 12:34:59 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: f511ba4f4b4e - main - science/mbdyn: Move man pages to share/man
Message-ID:  <202403211234.42LCYxBB068277@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=f511ba4f4b4edb663a8b11085d3ec172920b1eab

commit f511ba4f4b4edb663a8b11085d3ec172920b1eab
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 11:48:55 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 12:34:33 +0000

    science/mbdyn: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 science/mbdyn/Makefile  | 3 ++-
 science/mbdyn/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile
index daa0c81014a9..a601b39b80e0 100644
--- a/science/mbdyn/Makefile
+++ b/science/mbdyn/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mbdyn
 DISTVERSION=	1.7.3
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	science
 MASTER_SITES=	https://www.mbdyn.org/userfiles/downloads/
 
@@ -25,6 +25,7 @@ USE_CXXSTD=	c++14 # fix build breakage with clang16 due to use of deprecated fea
 CPPFLAGS+=	-fpermissive -I${LOCALBASE}/include/suitesparse
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--program-prefix='' --enable-multithread --with-mpi=no \
 		--with-ginac=no
 
diff --git a/science/mbdyn/pkg-plist b/science/mbdyn/pkg-plist
index 504f4ff98c3c..9b095883f535 100644
--- a/science/mbdyn/pkg-plist
+++ b/science/mbdyn/pkg-plist
@@ -32,8 +32,6 @@ lib/libmbc.a
 lib/libmbc.so
 lib/libmbc.so.0
 lib/libmbc.so.0.0.0
-man/man1/femgen.1.gz
-man/man1/mbdyn.1.gz
 share/Aster/cms.py
 share/awk/abs2rel.awk
 share/awk/mbdyn2easyanim.awk
@@ -42,6 +40,8 @@ share/awk/mbdyn_mov2ref.awk
 share/awk/mbdyn_ref2log.awk
 share/awk/periodize.awk
 share/c81/naca0012.c81
+share/man/man1/femgen.1.gz
+share/man/man1/mbdyn.1.gz
 share/octave/gradnorm.m
 share/octave/mbdyn_derivative.m
 share/octave/pod.m



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