Changeset 82445
- Timestamp:
- 08/13/11 16:30:39 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 deleted
- 1 edited
- 1 moved
-
py-asn1 (moved) (moved from trunk/dports/python/py26-asn1)
-
py-asn1/Portfile (modified) (2 diffs)
-
py25-asn1 (deleted)
-
py27-asn1 (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-asn1/Portfile
r81248 r82445 2 2 3 3 PortSystem 1.0 4 PortGroup python 261.04 PortGroup python 1.0 5 5 6 name py 26-asn16 name py-asn1 7 7 epoch 1 8 8 version 0.0.13 … … 25 25 rmd160 3f34c796a2d1149f53c8604bc62caac0c3ab9beb 26 26 27 post-destroot { 28 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 29 xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README THANKS TODO \ 30 ${destroot}${prefix}/share/doc/${name} 31 xinstall -m 644 -W ${worksrcpath}/doc pyasn1-tutorial.html \ 32 ${destroot}${prefix}/share/doc/${name} 27 if {${name} != ${subport}} { 28 post-destroot { 29 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 30 xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README THANKS TODO \ 31 ${destroot}${prefix}/share/doc/${subport} 32 xinstall -m 644 -W ${worksrcpath}/doc pyasn1-tutorial.html \ 33 ${destroot}${prefix}/share/doc/${subport} 34 } 33 35 } 36 37 python.default_version 27 38 python.versions 25 26 27 34 39 35 40 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

