Changeset 82449
- Timestamp:
- 08/13/11 16:49:05 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 deleted
- 1 edited
- 1 moved
-
py-freebase (moved) (moved from trunk/dports/python/py26-freebase)
-
py-freebase/Portfile (modified) (2 diffs)
-
py25-freebase (deleted)
-
py27-freebase (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-freebase/Portfile
r81249 r82449 2 2 3 3 PortSystem 1.0 4 PortGroup python 261.05 name py 26-freebase4 PortGroup python 1.0 5 name py-freebase 6 6 epoch 1 7 7 version 1.0.8 … … 28 28 rmd160 f7ec4ba8c1918c60852724ff79e72e36800658e8 29 29 30 post-destroot { 31 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \ 32 ${destroot}${prefix}/share/examples/${name} 33 xinstall -m 644 -W ${worksrcpath} COPYRIGHT README \ 34 ${destroot}${prefix}/share/doc/${name} 35 eval file copy [glob ${worksrcpath}/examples/*] \ 36 ${destroot}${prefix}/share/examples/${name} 30 if {${name} != ${subport}} { 31 post-destroot { 32 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \ 33 ${destroot}${prefix}/share/examples/${subport} 34 xinstall -m 644 -W ${worksrcpath} COPYRIGHT README \ 35 ${destroot}${prefix}/share/doc/${subport} 36 eval file copy [glob ${worksrcpath}/examples/*] \ 37 ${destroot}${prefix}/share/examples/${subport} 38 } 37 39 } 40 41 python.default_version 27 42 python.versions 25 26 27 38 43 39 44 livecheck.url [lindex ${master_sites} 0]
Note: See TracChangeset
for help on using the changeset viewer.

