New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82436


Ignore:
Timestamp:
08/13/11 15:10:32 (4 years ago)
Author:
ram@…
Message:

python/py-dnspython: unify

Location:
trunk/dports/python
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-dnspython/Portfile

    r82435 r82436  
    22 
    33PortSystem         1.0 
    4 PortGroup          python24 1.0 
     4PortGroup          python 1.0 
    55 
    66name               py-dnspython 
     
    2020distname           dnspython-${version} 
    2121 
     22python.versions    24 25 26 27 
     23 
    2224checksums          md5 8a89b7865251c4e9d8ec2f8cc9f8cd78 \ 
    2325                   sha1 41d00d0f81bc9aba02c5c62e1d4a8ee57810410e \ 
     
    2527 
    2628post-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 
    2831  xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \ 
    29     ${destroot}${prefix}/share/doc/${name} 
     32    ${destroot}${prefix}/share/doc/${subport} 
    3033  xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \ 
    3134    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  } 
    3337} 
    3438 
Note: See TracChangeset for help on using the changeset viewer.