summaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-22 17:45:24 +0000
committerrillig <rillig@pkgsrc.org>2020-05-22 17:45:24 +0000
commit901748a3e23dee1c38e38133ed1b7f3be1c7efa4 (patch)
tree677e44fecfc95632886977b28fb0f8f1d19f0ac5 /math/pari
parent1840dd0ac83413e3a66430cac448897e03236040 (diff)
downloadpkgsrc-901748a3e23dee1c38e38133ed1b7f3be1c7efa4.tar.gz
math/pari: clean up REPLACE_PERL
Two of the files now use autoconf to insert the correct Perl interpreter. The dependency "pre-install: replace-interpreter" was useless since then replace-interpreter would be run once in a direct "bmake update" or "bmake install", and twice in bulk builds since they first run "bmake build" and then "bmake install". And even in the latter case, replacing the interpreter twice had no effect since it was already replaced in the configure phase.
Diffstat (limited to 'math/pari')
-rw-r--r--math/pari/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 094ca770f0b..2342f305115 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/05/02 13:37:08 rillig Exp $
+# $NetBSD: Makefile,v 1.79 2020/05/22 17:45:24 rillig Exp $
DISTNAME= pari-2.7.6
PKGREVISION= 5
@@ -26,8 +26,6 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}/man1
CONFIGURE_ARGS+= --share-prefix=${PREFIX}/share
REPLACE_PERL+= src/desc/PARI/822.pm
-REPLACE_PERL+= doc/gphelp
-REPLACE_PERL+= misc/tex2mail
BUILD_TARGET= all
TEST_TARGET= test-compat bench
@@ -39,8 +37,6 @@ SUBST_MESSAGE.fix-cfg= Adding CFLAGS to Configure scripts.
SUBST_FILES.fix-cfg= config/get_*
SUBST_SED.fix-cfg= -e 's,$$CC $$extraflag,$$CC $$CFLAGS $$extraflag,g'
-pre-install: replace-interpreter
-
.include "options.mk"
# rl_save_prompt()