diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-02 13:37:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-02 13:37:08 +0000 |
commit | 5e2b43e2f4c8d4d15907bb48f65e96e466ef3802 (patch) | |
tree | a51c679b568b813c64e0121e796b21c8bfe74da9 /math | |
parent | 2344d462ad00ca7760a3859f328edaa84e920532 (diff) | |
download | pkgsrc-5e2b43e2f4c8d4d15907bb48f65e96e466ef3802.tar.gz |
math/pari: remove no-op SUBST block
When building on NetBSD-8.0-x86_64, the file pari.cfg does not contain
any references to TOOLS_DIR.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index da23257db8c..094ca770f0b 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2020/01/26 17:31:39 rillig Exp $ +# $NetBSD: Makefile,v 1.78 2020/05/02 13:37:08 rillig Exp $ DISTNAME= pari-2.7.6 PKGREVISION= 5 @@ -39,12 +39,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' -SUBST_CLASSES+= fix-wrap -SUBST_STAGE.fix-wrap= post-build -SUBST_MESSAGE.fix-wrap= Removing TOOLS_DIR references -SUBST_FILES.fix-wrap= */pari.cfg -SUBST_SED.fix-wrap= -e "s,${TOOLS_DIR}/bin/,,g" - pre-install: replace-interpreter .include "options.mk" |