Changeset 98645


Ignore:
Timestamp:
Oct 12, 2012, 12:57:50 AM (12 years ago)
Author:
jmr@…
Message:

py*-feedparser: unify

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

Legend:

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

    r79328 r98645  
    22
    33PortSystem      1.0
    4 PortGroup       python24 1.0
     4PortGroup       python 1.0
    55
    66name                py-feedparser
    77version             5.0.1
    8 categories          python
     8license             BSD
    99platforms           darwin
    1010maintainers         akitada openmaintainer
     
    2525                    rmd160  1ab459dd969a3364c64b9d67f15559a1dfdf958b
    2626
    27 post-destroot   {
    28         xinstall -m 644 -W ${worksrcpath} LICENSE README \
    29                 ${destroot}${prefix}/share/doc/${name}
     27python.versions     24 25 26 27
     28
     29if {$subport != $name} {
     30    post-destroot       {
     31        xinstall -m 644 -W ${worksrcpath} LICENSE README \
     32            ${destroot}${prefix}/share/doc/${name}
     33    }
    3034}
Note: See TracChangeset for help on using the changeset viewer.