From 534fffca27bb18f7529d548c46ee3326505a89c7 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 16:07:59 +0000 Subject: ${PERL} -> ${REINPLACE_CMD} PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net --- emulators/vx68k/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/vx68k/Makefile') diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index 0bd0a8ee7fa2..a689c0d491b5 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -20,6 +20,7 @@ USE_MESA= yes USE_GNOMENG= yes USE_GNOME= gtk12 USE_LIBTOOL= yes +USE_REINPLACE= yes LIBTOOLFILES= configure vx68k-gtk/configure LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -31,6 +32,6 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \ ${PTHREAD_LIBS} post-patch: - @${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/vx68k-gtk/configure + @${REINPLACE_CMD} -e "s,Bison ,Bison,g" ${WRKSRC}/vx68k-gtk/configure .include -- cgit v1.2.3