diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-13 04:19:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-13 04:19:42 +0000 |
commit | c43c53bb64de05f02169a93603667a9fb2248783 (patch) | |
tree | b4225973d04fcc09a865e379f7461eb2b713feaa /math | |
parent | 710f9238e74d26e5ceedf7079018d975332b1ccf (diff) | |
download | pkgsrc-c43c53bb64de05f02169a93603667a9fb2248783.tar.gz |
math/pari23: remove redundant SUBST block
At least on NetBSD 8.0 x86_64, this is not necessary.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari23/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/pari23/Makefile b/math/pari23/Makefile index 71818112d78..3eb0cc3a6f8 100644 --- a/math/pari23/Makefile +++ b/math/pari23/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:39 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2020/05/13 04:19:42 rillig Exp $ DISTNAME= pari-2.3.5 PKGREVISION= 23 @@ -36,12 +36,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" - .include "options.mk" .include "../../devel/ncurses/buildlink3.mk" |