From 7ef18f14299563025b37cc14ad88ee23667cf783 Mon Sep 17 00:00:00 2001
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Mon, 24 Jun 2002 04:44:17 +0000
Subject: ${PERL} -> ${REINPLACE_CMD}

PR:		39746
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
---
 lang/gforth/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'lang/gforth')

diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index a23a0f0b9187..a0b6da8395b4 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -18,6 +18,7 @@ MAINTAINER=	cyrille.lefevre@laposte.net
 
 STRIP=		#none
 
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 ALL_TARGET=	all info
@@ -61,7 +62,7 @@ remove-info-files:
 post-patch: patch-makefiles
 
 patch-makefiles:
-	@${PERL} -pi.fbsd -e 's|makeinfo|makeinfo --no-split|g' \
+	@${REINPLACE_CMD} -e 's|makeinfo|makeinfo --no-split|g' \
 		${WRKSRC}/Makefile.in
 
 #
-- 
cgit v1.2.3