diff options
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r-- | lang/gforth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 # |