Skip to content

Commit

Permalink
math/p5-Math-Pari: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 70139f5 commit 306da62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 \
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 306da62

Please sign in to comment.