Skip to content

Commit

Permalink
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 567c81c commit 70139f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion math/pari/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pari
DISTVERSION= 2.15.4
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= math
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/unix/
Expand All @@ -20,7 +21,7 @@ USE_LDCONFIG= yes
USE_PERL5= build run
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man/man1 \
CONFIGURE_ARGS= --mandir=${PREFIX}/share/man/man1 \
--prefix=${PREFIX} \
--with-readline
ALL_TARGET= gp
Expand Down
10 changes: 5 additions & 5 deletions math/pari/pkg-plist
Expand Up @@ -24,8 +24,8 @@ lib/libpari.so
lib/libpari.so.%%PORTVERSION%%
lib/libpari.so.8
lib/pari/pari.cfg
man/man1/gp-%%GP_VERSION%%.1.gz
man/man1/gp.1.gz
man/man1/gphelp.1.gz
man/man1/pari.1.gz
man/man1/tex2mail.1.gz
share/man/man1/gp-%%GP_VERSION%%.1.gz
share/man/man1/gp.1.gz
share/man/man1/gphelp.1.gz
share/man/man1/pari.1.gz
share/man/man1/tex2mail.1.gz

0 comments on commit 70139f5

Please sign in to comment.