diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-24 04:44:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-24 04:44:17 +0000 |
commit | 7ef18f14299563025b37cc14ad88ee23667cf783 (patch) | |
tree | 28778dac4b4bd95a8dddcdd306c27fb2b47a1448 /lang/gforth | |
parent | 3f33af92d9829ce9d687e40c494369892fe87192 (diff) | |
download | ports-7ef18f14299563025b37cc14ad88ee23667cf783.tar.gz ports-7ef18f14299563025b37cc14ad88ee23667cf783.zip |
Notes
Diffstat (limited to 'lang/gforth')
-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 # |