mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Avoid using Perl.
Submitted by: David Yeske <dyeske@yahoo.com>
This commit is contained in:
parent
82bd1cd79b
commit
94b7d22ca9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68952
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user