aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-29 12:33:58 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-29 12:33:58 +0800
commit44021fc4b156d07f09d6bdd46537667d57dc61b2 (patch)
tree419f6956ac511d668dfb8bce71f7290716e951d2 /ftp
parentb0da341af358c041818f9987cbe1c8bf676609a1 (diff)
downloadfreebsd-ports-gnome-44021fc4b156d07f09d6bdd46537667d57dc61b2.tar.gz
freebsd-ports-gnome-44021fc4b156d07f09d6bdd46537667d57dc61b2.tar.zst
freebsd-ports-gnome-44021fc4b156d07f09d6bdd46537667d57dc61b2.zip
PERL -> REINPLACE_CMD
PR: 43353 Submitted by: maintainer
Diffstat (limited to 'ftp')
-rw-r--r--ftp/axel/Makefile3
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>