From 94b7d22ca93d858854f5ed105b5d24bee5bf33d8 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 27 Oct 2002 21:53:13 +0000 Subject: [PATCH] Avoid using Perl. Submitted by: David Yeske --- emulators/wine-devel/Makefile | 3 ++- emulators/wine/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a2c27b1eeaec..31434d7a6d98 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386 USE_XPM= yes #USE_MESA= yes USE_GMAKE= yes +USE_REINPLACE= yes .include @@ -51,7 +52,7 @@ pre-extract: post-patch: .for D in ../library ../unicode - @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ + @${REINPLACE_CMD} -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ ${WRKSRC}/dlls/${D}/Makefile.in .endfor diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index a2c27b1eeaec..31434d7a6d98 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386 USE_XPM= yes #USE_MESA= yes USE_GMAKE= yes +USE_REINPLACE= yes .include @@ -51,7 +52,7 @@ pre-extract: post-patch: .for D in ../library ../unicode - @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ + @${REINPLACE_CMD} -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ ${WRKSRC}/dlls/${D}/Makefile.in .endfor