Do patching earlier, to keep dependency control

Noticed by:	pointyhat via kris
This commit is contained in:
Lars Thegler 2007-04-19 07:52:10 +00:00
parent f75b99c13a
commit ad3ab5a609
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190329

View file

@ -25,7 +25,7 @@ MAN3= Test::YAML::Valid.3
OPTIONS= YAMLSYCK "Use YAML::Syck for testing" OFF OPTIONS= YAMLSYCK "Use YAML::Syck for testing" OFF
post-configure: post-patch:
${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL ${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>