mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04: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
2 changed files with 4 additions and 2 deletions
|
@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386
|
||||||
USE_XPM= yes
|
USE_XPM= yes
|
||||||
#USE_MESA= yes
|
#USE_MESA= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
@ -51,7 +52,7 @@ pre-extract:
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.for D in ../library ../unicode
|
.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
|
${WRKSRC}/dlls/${D}/Makefile.in
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386
|
||||||
USE_XPM= yes
|
USE_XPM= yes
|
||||||
#USE_MESA= yes
|
#USE_MESA= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
@ -51,7 +52,7 @@ pre-extract:
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.for D in ../library ../unicode
|
.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
|
${WRKSRC}/dlls/${D}/Makefile.in
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue