Date: Tue, 1 Feb 2022 02:59:35 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0023c50fff7d - main - math/librsb: Remove crud in Makefile. Message-ID: <202202010259.2112xZGu046809@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=0023c50fff7d78a05f915110f6b663624cedfd0f commit 0023c50fff7d78a05f915110f6b663624cedfd0f Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-02-01 02:59:15 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-02-01 02:59:15 +0000 math/librsb: Remove crud in Makefile. --- math/librsb/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/math/librsb/Makefile b/math/librsb/Makefile index 5f45ace1e68e..5f381a6e4702 100644 --- a/math/librsb/Makefile +++ b/math/librsb/Makefile @@ -30,13 +30,9 @@ OPTIMIZE_CONFIGURE_ENV= SPCFLAGS="${CFLAGS:N-O*}" post-patch: @${REINPLACE_CMD} -E s/sed/gsed/g ${WRKSRC}/*.sh ${WRKSRC}/*/*.sh - #@${REINPLACE_CMD} -E s+/bin/sh+/${PREFIX}/bin/bash+g ${WRKSRC}/configure ${WRKSRC}/*/configure ${WRKSRC}/*.sh ${WRKSRC}/*/*.sh post-patch-OPTIMIZE-on: @${REINPLACE_CMD} s/enable_optimize=no/enable_optimize=yes/ \ ${WRKSRC}/configure -#post-configure: -# cd ${WRKSRC} && ${GMAKE} cleanall - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202010259.2112xZGu046809>