1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +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:
Chris D. Faulhaber 2001-03-20 17:57:00 +00:00
parent b4af09dbb7
commit c757a78475
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40116
2 changed files with 2 additions and 2 deletions

View File

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

View File

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