Disable dangerous 'auto_install' in Module::Install.
This commit is contained in:
parent
72d3f34477
commit
36719ccdca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233750
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue