aboutsummaryrefslogtreecommitdiff
path: root/math/librsb
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-02-01 02:59:15 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-02-01 02:59:15 +0000
commit0023c50fff7d78a05f915110f6b663624cedfd0f (patch)
treeba3195cd5d435dce3ce67822ebeda14ff81fa25e /math/librsb
parentca589bb4080dac20bb678d586a466363bfdbe4a4 (diff)
downloadports-0023c50fff7d78a05f915110f6b663624cedfd0f.tar.gz
ports-0023c50fff7d78a05f915110f6b663624cedfd0f.zip
math/librsb: Remove crud in Makefile.
Diffstat (limited to 'math/librsb')
-rw-r--r--math/librsb/Makefile4
1 files changed, 0 insertions, 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>