Changeset 81309
- Timestamp:
- 07/29/11 01:04:09 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py-blist/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-blist/Portfile
r81306 r81309 7 7 name py-blist 8 8 version 1.3.4 9 revision 09 revision 1 10 10 categories-append devel 11 11 license BSD … … 32 32 } elseif {$subport != $name} { 33 33 depends_lib port:py${python.version}-distribute 34 }35 34 36 post-patch {37 file delete -force ${worksrcpath}/blist.egg-info38 }35 post-patch { 36 file delete -force ${worksrcpath}/blist.egg-info 37 } 39 38 40 post-destroot { 41 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 42 xinstall -m 644 -W ${worksrcpath} README.rst LICENSE ${destroot}${prefix}/share/doc/${name} 39 post-destroot { 40 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 41 xinstall -m 644 -W ${worksrcpath} README.rst LICENSE ${destroot}${prefix}/share/doc/${subport} 42 } 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.

