Changeset 82436
- Timestamp:
- 08/13/11 15:10:32 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
-
py-dnspython/Portfile (modified) (3 diffs)
-
py25-dnspython (deleted)
-
py26-dnspython (deleted)
-
py27-dnspython (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-dnspython/Portfile
r82435 r82436 2 2 3 3 PortSystem 1.0 4 PortGroup python 241.04 PortGroup python 1.0 5 5 6 6 name py-dnspython … … 20 20 distname dnspython-${version} 21 21 22 python.versions 24 25 26 27 23 22 24 checksums md5 8a89b7865251c4e9d8ec2f8cc9f8cd78 \ 23 25 sha1 41d00d0f81bc9aba02c5c62e1d4a8ee57810410e \ … … 25 27 26 28 post-destroot { 27 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples 29 if {${name} != ${subport}} { 30 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport}/examples 28 31 xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \ 29 ${destroot}${prefix}/share/doc/${ name}32 ${destroot}${prefix}/share/doc/${subport} 30 33 xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \ 31 34 mx.py name.py reverse.py reverse_name.py xfr.py \ 32 ${destroot}${prefix}/share/doc/${name}/examples 35 ${destroot}${prefix}/share/doc/${subport}/examples 36 } 33 37 } 34 38
Note: See TracChangeset
for help on using the changeset viewer.

