diff --git a/python/py-scrapy/Portfile b/python/py-scrapy/Portfile index d0d66fba233..5f839215417 100644 --- a/python/py-scrapy/Portfile +++ b/python/py-scrapy/Portfile @@ -29,10 +29,6 @@ python.default_version 27 if {$subport != $name} { depends_build-append port:py${python.version}-distribute depends_lib-append port:py${python.version}-lxml port:py${python.version}-twisted - - pre-activate { - system "find ${destroot} -perm 600 -type f -exec chmod 644 {} \\;" - } } livecheck.regex {>Scrapy (.+) :}