Date: Thu, 21 Mar 2024 12:35:00 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: 15ba4863b419 - main - science/mpb: Move man pages to share/man Message-ID: <202403211235.42LCZ0hm068342@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=15ba4863b4198773154e8e35f9700df9c285ee28 commit 15ba4863b4198773154e8e35f9700df9c285ee28 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-21 12:20:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-21 12:34:33 +0000 science/mpb: Move man pages to share/man Approved by: portmgr (blanket) --- science/mpb/Makefile | 3 ++- science/mpb/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/science/mpb/Makefile b/science/mpb/Makefile index b2c29deda284..d1acd4ababc3 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -1,6 +1,6 @@ PORTNAME= mpb DISTVERSION= 1.11.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= https://github.com/NanoComp/mpb/releases/download/v${DISTVERSION}/ @@ -23,6 +23,7 @@ USE_LDCONFIG= yes # Do not use --with-mpi, because it is not guaranted # that science/hdf5 also built with option PARALLEL GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-shared MAKE_JOBS_UNSAFE= yes diff --git a/science/mpb/pkg-plist b/science/mpb/pkg-plist index 1eb019c61ec7..37ecbcca430c 100644 --- a/science/mpb/pkg-plist +++ b/science/mpb/pkg-plist @@ -11,9 +11,6 @@ lib/libmpb.a lib/libmpb.so lib/libmpb.so.1 lib/libmpb.so.1.4.1 -man/man1/mpb-data.1.gz -man/man1/mpb-split.1.gz -man/man1/mpb.1.gz %%EXAMPLESDIR%%/bragg-sine.ctl %%EXAMPLESDIR%%/bragg.ctl %%EXAMPLESDIR%%/check.ctl @@ -28,4 +25,7 @@ man/man1/mpb.1.gz %%EXAMPLESDIR%%/tri-rods.ctl %%EXAMPLESDIR%%/tutorial.ctl %%EXAMPLESDIR%%/wavevector.scm +share/man/man1/mpb-data.1.gz +share/man/man1/mpb-split.1.gz +share/man/man1/mpb.1.gz %%DATADIR%%/mpb.scm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403211235.42LCZ0hm068342>