From 37f2224fa6a14520df830ae1daeba9b877daa347 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 4 Nov 2002 05:46:38 +0000 Subject: PERL -> REINPLACE And some ports have USE_PERL5=yes now. --- www/micro_httpd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/micro_httpd') diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile index 20f78fef59b1..e68a4cc4b952 100644 --- a/www/micro_httpd/Makefile +++ b/www/micro_httpd/Makefile @@ -14,15 +14,16 @@ DISTNAME= ${PORTNAME}_15dec00 MAINTAINER= user@unknown.nu +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAN8= micro_httpd.8 post-patch: - @${PERL} -pi -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \ + @${REINPLACE_CMD} -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \ s:/usr/local/man/man8:${MAN8PREFIX}/man/man8:g; \ s:^(CC|CFLAGS) =.+::g;" \ ${WRKSRC}/Makefile - @${PERL} -pi -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \ + @${REINPLACE_CMD} -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \ ${WRKSRC}/micro_httpd.8 .include -- cgit v1.2.3