Kill auto_install because it could cause CPAN to configure even though we've asked it not to.

Reported by: QAT + Pointyhat
Reported to: upstream tools peoples
Thanks to: tobez
This commit is contained in:
Lars Balker Rasmussen 2009-04-08 12:53:14 +00:00
parent c54771ee35
commit 09c6776ae8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231880

View File

@ -105,6 +105,6 @@ MAN3= DBIx::Class.3 \
SQL::Translator::Producer::DBIx::Class::File.3
post-extract:
@${PERL} -i.bak -ne 'print unless /^test_requires/' ${WRKSRC}/Makefile.PL
@${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install)/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>