git: 5cf4054cb369 - main - math/rapid: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 21:42:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cf4054cb369353975bec4fb552c58ccd1de626d commit 5cf4054cb369353975bec4fb552c58ccd1de626d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 20:49:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 21:42:25 +0000 math/rapid: Sanitize MANPREFIX Approved by: portmgr (blanket) --- math/rapid/Makefile | 3 ++- math/rapid/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/math/rapid/Makefile b/math/rapid/Makefile index 34c9676943a9..7e89e1351678 100644 --- a/math/rapid/Makefile +++ b/math/rapid/Makefile @@ -1,5 +1,6 @@ PORTNAME= rapid PORTVERSION= 2.01 +PORTREVISION= 1 CATEGORIES= math science graphics MASTER_SITES= http://www.cs.sunysb.edu/~algorith/implement/RAPID/distrib/ DISTNAME= RAPID_v2_01 @@ -30,6 +31,6 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/RAPID ${INSTALL_DATA} ${WRKSRC}/*.H ${STAGEDIR}${PREFIX}/include/RAPID ${INSTALL_DATA} ${WRKSRC}/libRAPID.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${FILESDIR}/rapid.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/rapid.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.post.mk> diff --git a/math/rapid/pkg-plist b/math/rapid/pkg-plist index 098086626f39..8028332a6a10 100644 --- a/math/rapid/pkg-plist +++ b/math/rapid/pkg-plist @@ -6,4 +6,4 @@ include/RAPID/moments.H include/RAPID/obb.H include/RAPID/overlap.H lib/libRAPID.a -man/man1/rapid.1.gz +share/man/man1/rapid.1.gz