aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gforth/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-24 12:44:17 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-24 12:44:17 +0800
commitc763050df812af11e0607dd7d69b31ab067c093c (patch)
treeaa116af2ce179457b332c1e5de24e02d0c179cfa /lang/gforth/Makefile
parent06e61ce578bc86c82cd449bb52d230bb3d20e8cc (diff)
downloadfreebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.tar.gz
freebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.tar.zst
freebsd-ports-gnome-c763050df812af11e0607dd7d69b31ab067c093c.zip
${PERL} -> ${REINPLACE_CMD}
PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Diffstat (limited to 'lang/gforth/Makefile')
-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
#