Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 08:21:46 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 44ef7b34d063 - main - net/py-mpi4py: Move man page to share/man
Message-ID:  <202403290821.42T8Lkei077693@gitrepo.freebsd.org>

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

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

commit 44ef7b34d063729507feadef062b07777437678e
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:12:17 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:12:17 +0000

    net/py-mpi4py: Move man page to share/man
    
    Approved by:    portmgr (blanket)
---
 net/py-mpi4py/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/py-mpi4py/Makefile b/net/py-mpi4py/Makefile
index e6492bfdedb5..96bf987f4b3e 100644
--- a/net/py-mpi4py/Makefile
+++ b/net/py-mpi4py/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mpi4py
 DISTVERSION=	3.1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net parallel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -47,8 +47,8 @@ do-install-DOCS-on:
 	@${RM} ${STAGEDIR}${DOCSDIR}/${PORTNAME}.1
 
 do-install-MANPAGES-on:
-	${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
-	@${ECHO} man/man1/mpi4py.1.gz >> ${TMPPLIST}
+	${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
+	@${ECHO} share/man/man1/mpi4py.1.gz >> ${TMPPLIST}
 
 post-install:
 	@cd ${STAGEDIR}${PYTHON_SITELIBDIR}/mpi4py && ${STRIP_CMD} dl*.so MPI*.so lib-pmpi/libvt-hyb*.so lib-pmpi/libvt*.so lib-pmpi/libvt-mpi*.so lib-pmpi/libmpe*.so



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