Changeset 82440
- Timestamp:
- 08/13/11 15:40:22 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
-
py-dateutil/Portfile (modified) (3 diffs)
-
py25-dateutil (deleted)
-
py26-dateutil (deleted)
-
py27-dateutil (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-dateutil/Portfile
r82439 r82440 2 2 3 3 PortSystem 1.0 4 PortGroup python 241.04 PortGroup python 1.0 5 5 6 6 name py-dateutil … … 23 23 rmd160 5f7c80ec9bf68f1708213596a994130964e91e52 24 24 25 depends_run port:py-tz \ 25 python.versions 24 25 26 27 26 27 if {${subport} == "py24-dateutil"} { 28 depends_run port:py-tz \ 26 29 port:py-distribute 30 } elseif {${subport} != ${name}} { 31 depends_run port:py${python.version}-tz \ 32 port:py${python.version}-distribute 33 } 27 34 28 35 test.run yes … … 32 39 33 40 post-destroot { 34 set docdir ${prefix}/share/doc/${name}-${version} 41 if {${name} != ${subport}} { 42 set docdir ${prefix}/share/doc/${subport} 35 43 xinstall -d ${destroot}${docdir} 36 44 xinstall -m 0644 -W ${worksrcpath} LICENSE README NEWS ${destroot}${docdir} 45 } 37 46 } 38 47
Note: See TracChangeset
for help on using the changeset viewer.

