diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-01-20 04:44:07 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-01-20 04:44:07 +0000 |
commit | 11273ee6c0ef8083e10c30ef2338c25a052d9919 (patch) | |
tree | b6cefaa5fa32e00cb0eea7e9cecd64513a84f0c1 /emulators/xsystem35 | |
parent | 43b2827e337e3e55f2f99b08edc812f2db4a1bce (diff) |
Notes
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r-- | emulators/xsystem35/Makefile | 3 |
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: |