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 | |
parent | 82bd1cd79b3961b0c7100c8da1b5d6dae7adb243 (diff) | |
download | ports-94b7d22ca93d858854f5ed105b5d24bee5bf33d8.tar.gz ports-94b7d22ca93d858854f5ed105b5d24bee5bf33d8.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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 |