From 038aa61ae299032e85b4a76ca6d942342910586d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 23 Jun 2002 06:09:20 +0000 Subject: Replace ${PERL} with ${REINPLACE_CMD} PR: 39675 Submitted by: Oliver Braun --- news/xrn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'news/xrn/Makefile') diff --git a/news/xrn/Makefile b/news/xrn/Makefile index 59b697e7b48d..bf05aaa99dd5 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_IMAKE= yes MAN1= xrn.1 MANCOMPRESSED= no @@ -22,7 +23,7 @@ XFREE86_HTML_MAN= no DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog post-patch: - @${PERL} -pi -e "s|^#error.+||g; \ + @${REINPLACE_CMD} -E -e "s|^#error.+||g; \ s|/usr/lib/sendmail|/usr/sbin/sendmail|g;" ${WRKSRC}/config.h do-install: -- cgit v1.2.3