aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2003-01-20 12:44:07 +0800
committersf <sf@FreeBSD.org>2003-01-20 12:44:07 +0800
commit4f690bf6d9a73aa34fb1a5656034e4a90b1786d8 (patch)
treeef0d3d6c15ad541c17acd779bc1dad70a13d05ca /emulators
parent488940a9276f2cdc281b2b9973246711ce20d660 (diff)
downloadfreebsd-ports-gnome-4f690bf6d9a73aa34fb1a5656034e4a90b1786d8.tar.gz
freebsd-ports-gnome-4f690bf6d9a73aa34fb1a5656034e4a90b1786d8.tar.zst
freebsd-ports-gnome-4f690bf6d9a73aa34fb1a5656034e4a90b1786d8.zip
get rid of bogus ${PERL} usage.
fix WITH_SDL knob. Notified from: Ulrich Spoerlein <q@uni.de> (PERL)
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: