From a7adc7040b1619ce94cb18f450805067e70da034 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 29 Sep 2002 04:33:58 +0000 Subject: PERL -> REINPLACE_CMD PR: 43353 Submitted by: maintainer --- ftp/axel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ftp') diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 7885ecf7e7b1..ad274b2bb091 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -18,12 +18,13 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_GMAKE= yes HAS_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1 MAN1= axel.1 post-configure: - @${PERL} -pi -e 's,-O3,${CFLAGS},; s/gcc/${CC}/; \ + @${REINPLACE_CMD} -e 's,-O3,${CFLAGS},; s/gcc/${CC}/; \ s/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/Makefile.settings .include -- cgit v1.2.3