aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ilu
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 10:18:21 +0800
committeredwin <edwin@FreeBSD.org>2002-11-04 10:18:21 +0800
commitae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch)
treef0efb79e0c88be76c10e56726918e912cd25d55e /devel/ilu
parentf05d483448ee76fcaf403ea38e32d322986c8073 (diff)
downloadfreebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz
freebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.zst
freebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'devel/ilu')
-rw-r--r--devel/ilu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile
index 5a4dce62cec1..d33cf8e9444a 100644
--- a/devel/ilu/Makefile
+++ b/devel/ilu/Makefile
@@ -32,6 +32,7 @@ CONFIGURE_ARGS= --enable-http-protocol --enable-os-threads=posix \
--disable-cplusplus-shared-libary
NO_WRKSUBDIR= yes
+USE_REINPLACE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}/ilu
@@ -59,7 +60,7 @@ startup_dir= ${PREFIX}/etc/rc.d
startup_script= ${startup_dir}/50.ilu.sh
pre-patch:
- @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/stubbers/parser/ilu.bison \
${WRKSRC}/stubbers/parser/genregs.c \
${WRKSRC}/stubbers/parser/iluparse.c.dist \