py-scrapy: removed unnecessary permissions change

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@92916 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Daniel Ericsson
2012-05-10 17:51:14 +00:00
parent cce9f87a8c
commit 81bf0ef2a2
-4
View File
@@ -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 (.+) :}