aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2002-10-28 05:53:13 +0800
committergerald <gerald@FreeBSD.org>2002-10-28 05:53:13 +0800
commitc35fd382ffad0420e7bad6cd3c957878e4a6dbe5 (patch)
tree4796b16bd71494b056006fb82e8093c99499f247 /emulators
parent2907786ab2bf0d39d399eb8a4de8b275c5b1217e (diff)
downloadfreebsd-ports-gnome-c35fd382ffad0420e7bad6cd3c957878e4a6dbe5.tar.gz
freebsd-ports-gnome-c35fd382ffad0420e7bad6cd3c957878e4a6dbe5.tar.zst
freebsd-ports-gnome-c35fd382ffad0420e7bad6cd3c957878e4a6dbe5.zip
Avoid using Perl.
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile3
-rw-r--r--emulators/wine/Makefile3
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 <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
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