Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
py34-py2app: remove workaround for setuptools bug
  • Loading branch information
jmroot committed Feb 9, 2017
1 parent c355516 commit d311a69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/py-py2app/Portfile
Expand Up @@ -29,13 +29,6 @@ python.versions 26 27 33 34 35 36
if {$subport ne $name} {
depends_lib port:py${python.version}-macholib

if {${python.version} == 34} {
# workaround https://trac.macports.org/ticket/53429
pre-destroot {
xinstall -W ${worksrcpath} -d doc/_static doc/_templates
}
}

post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \
${destroot}${prefix}/share/examples/${subport}
Expand Down

0 comments on commit d311a69

Please sign in to comment.