From 5cf4054cb369353975bec4fb552c58ccd1de626d Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 21 Jan 2024 21:49:52 +0100 Subject: [PATCH] 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 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