diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-10-27 21:53:13 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-10-27 21:53:13 +0000 |
commit | 94b7d22ca93d858854f5ed105b5d24bee5bf33d8 (patch) | |
tree | e11f2881fe2dd15b1c98a9773dae266b6ac63b2b /emulators/wine-devel/Makefile | |
parent | Remove BROKEN tag; the gcc 3.x build problems were corrected with the (diff) |
Avoid using Perl.
Submitted by: David Yeske <dyeske@yahoo.com>
Notes
Notes:
svn path=/head/; revision=68952
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 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 <bsd.port.pre.mk> @@ -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 |