From c763050df812af11e0607dd7d69b31ab067c093c Mon Sep 17 00:00:00 2001 From: ijliao Date: Mon, 24 Jun 2002 04:44:17 +0000 Subject: ${PERL} -> ${REINPLACE_CMD} PR: 39746 Submitted by: Cyrille Lefevre (maintainer) --- lang/gforth/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang') 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