summaryrefslogtreecommitdiff
path: root/databases/p5-Mysql
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2001-03-20 17:57:00 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2001-03-20 17:57:00 +0000
commitc757a78475cb441f8dc26a897c5d5481d902f322 (patch)
treedfbe6ea79b160fb1b4715ff79eb4ed1874e680b5 /databases/p5-Mysql
parentRemove the damn fscking error bell chimed when ~/.links/.links.cfg (diff)
Correct perl usage in the pre-configure target.
PR: 25810 Submitted by: Aaron D. Gifford <agifford@infowest.com>
Notes
Notes: svn path=/head/; revision=40116
Diffstat (limited to 'databases/p5-Mysql')
-rw-r--r--databases/p5-Mysql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Mysql/Makefile b/databases/p5-Mysql/Makefile
index 2769b1718f40..13c2962ee8ec 100644
--- a/databases/p5-Mysql/Makefile
+++ b/databases/p5-Mysql/Makefile
@@ -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>