Avoid using Perl.

Submitted by:	David Yeske <dyeske@yahoo.com>
This commit is contained in:
Gerald Pfeifer 2002-10-27 21:53:13 +00:00
parent 82bd1cd79b
commit 94b7d22ca9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68952
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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