diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 04:33:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 04:33:58 +0000 |
commit | a7adc7040b1619ce94cb18f450805067e70da034 (patch) | |
tree | 14869bd27d27b91a2b389796827e3ee9f644efbc /ftp/axel | |
parent | a80513f9a61b587412258f4ea9975265e873fb27 (diff) | |
download | ports-a7adc7040b1619ce94cb18f450805067e70da034.tar.gz ports-a7adc7040b1619ce94cb18f450805067e70da034.zip |
PERL -> REINPLACE_CMD
PR: 43353
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=67213
Diffstat (limited to 'ftp/axel')
-rw-r--r-- | ftp/axel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk> |