summaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-24 04:44:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-24 04:44:17 +0000
commit7ef18f14299563025b37cc14ad88ee23667cf783 (patch)
tree28778dac4b4bd95a8dddcdd306c27fb2b47a1448 /lang/gforth
parentFix properly for building under -current (diff)
${PERL} -> ${REINPLACE_CMD}
PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Notes
Notes: svn path=/head/; revision=61855
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile3
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
#