mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Correct perl usage in the pre-configure target.
PR: 25810 Submitted by: Aaron D. Gifford <agifford@infowest.com>
This commit is contained in:
parent
b4af09dbb7
commit
c757a78475
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40116
@ -32,6 +32,6 @@ MAN3= Bundle::DBD::mysql.3 \
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm
|
||||
@${PERL} -p -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,6 +32,6 @@ MAN3= Bundle::DBD::mysql.3 \
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm
|
||||
@${PERL} -p -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user