aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xsystem35/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index 17edb163437b..2f3ebb0a32d9 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/
MAINTAINER= sf@FreeBSD.org
+USE_REINPLACE= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
USE_GNOMENG= yes
@@ -100,7 +101,7 @@ post-extract:
post-patch:
${FIND} ${WRKSRC}/src -type f |\
${XARGS} ${GREP} -l '<SDL/SDL' /dev/null |\
- ${PERL} -pi.orig -e 's,<SDL/,<,'; \
+ ${XARGS} ${REINPLACE_CMD} -e 's,<SDL/,<,'; \
done
pre-configure: