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. --- news/slrn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'news') diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 14321852f082..60341774e3eb 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ USE_BZIP2= yes USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 --disable-inews --with-slrnpull \ @@ -41,7 +42,7 @@ ALL_TARGET= all MAN1= slrn.1 slrnpull.1 post-patch: - @${PERL} -pi -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \ + @${REINPLACE_CMD} -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \ ${WRKSRC}/src/slrnfeat.h do-install: -- cgit v1.2.3