summaryrefslogtreecommitdiff
path: root/www/micro_httpd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /www/micro_httpd
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'www/micro_httpd')
-rw-r--r--www/micro_httpd/Makefile5
1 files changed, 3 insertions, 2 deletions
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 <bsd.port.mk>