# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354589387 21600
# Node ID 83cf9913e2527131d47068f2d0b7a7198e218dee
# Parent f7a0bff76895f64c32d9f2dd896ed5708452753f
py-pyobjc-qtkit: whitespace cleanup
diff --git a/dports/python/py-pyobjc-qtkit/Portfile b/dports/python/py-pyobjc-qtkit/Portfile
a
|
b
|
|
29 | 29 | python.versions 26 27 |
30 | 30 | python.default_version 27 |
31 | 31 | |
32 | 32 | if {$subport != $name} { |
33 | 33 | depends_lib port:py${python.version}-pyobjc-quartz |
34 | | |
| 34 | |
35 | 35 | post-destroot { |
36 | 36 | xinstall -m 644 -W ${worksrcpath} \ |
37 | 37 | LICENSE.txt README.txt \ |
38 | 38 | ${destroot}${prefix}/share/doc/${subport} |
39 | 39 | copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${subport} |