summaryrefslogtreecommitdiff
path: root/emulators/xsystem35
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-01-20 04:44:07 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-01-20 04:44:07 +0000
commit11273ee6c0ef8083e10c30ef2338c25a052d9919 (patch)
treeb6cefaa5fa32e00cb0eea7e9cecd64513a84f0c1 /emulators/xsystem35
parentMake sure NAS support is disabled even if NAS is found on the system. This (diff)
get rid of bogus ${PERL} usage.
fix WITH_SDL knob. Notified from: Ulrich Spoerlein <q@uni.de> (PERL)
Notes
Notes: svn path=/head/; revision=73597
Diffstat (limited to 'emulators/xsystem35')
-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: