Disable dangerous 'auto_install' in Module::Install.

This commit is contained in:
Sergey Skvortsov 2009-05-12 06:33:42 +00:00
parent 72d3f34477
commit 36719ccdca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233750

View file

@ -26,4 +26,7 @@ MAN3= MooseX::Meta::TypeCoercion::Structured.3 \
MooseX::Meta::TypeConstraint::Structured.3 \
MooseX::Types::Structured.3
post-patch:
@${REINPLACE_CMD} -e '/auto_install/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>