git: 306da6214a12 - main - math/p5-Math-Pari: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 17:34:36 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=306da6214a12e5392fd7c7657b83ebdbff9070a1
commit 306da6214a12e5392fd7c7657b83ebdbff9070a1
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 16:58:42 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 17:34:24 +0000
math/p5-Math-Pari: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
math/p5-Math-Pari/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 184bc1de27cb..2323b2a8dcef 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Math-Pari
PORTVERSION= 2.01080900
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN \
http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/2.3/:pari \
@@ -55,7 +56,7 @@ pre-configure:
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
ld="${LD}" perl="${PERL}" ranlib="${RANLIB}" \
- ./Configure --mandir=${MANPREFIX}/man/man1 \
+ ./Configure --mandir=${PREFIX}/share/man/man1 \
--prefix=${PREFIX} \
--share-prefix=${PREFIX}/share \
--with-gmp=${LOCALBASE}