aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/axel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/axel/Makefile')
-rw-r--r--ftp/axel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile
index ad274b2bb091..af3c6a93f3d1 100644
--- a/ftp/axel/Makefile
+++ b/ftp/axel/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1
MAN1= axel.1
post-configure:
- @${REINPLACE_CMD} -e 's,-O3,${CFLAGS},; s/gcc/${CC}/; \
- s/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/Makefile.settings
+ @${REINPLACE_CMD} -e 's,-O3,${CFLAGS},; s|gcc|${CC}|; \
+ s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings
.include <bsd.port.mk>