Skip to content

Commit

Permalink
math/librsb: Remove crud in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Feb 1, 2022
1 parent ca589bb commit 0023c50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions math/librsb/Makefile
Expand Up @@ -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>

0 comments on commit 0023c50

Please sign in to comment.