git: 0023c50fff7d - main - math/librsb: Remove crud in Makefile.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 02:59:35 UTC
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>