From 4fcd623a911ebff1fb406f959932040af7ed40b2 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 21 Jun 2002 15:52:35 +0000 Subject: Replace ${PERL} with ${REINPLACE_CMD} PR: 39591 Submitted by: Oliver Braun --- editors/uemacs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/uemacs') diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 720bd41649f0..f9658e0ab54f 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -13,11 +13,12 @@ DISTNAME= ue400dev MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes NO_WRKSUBDIR= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -Laq post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c .include -- cgit v1.2.3