New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82274


Ignore:
Timestamp:
08/11/11 14:32:01 (4 years ago)
Author:
eborisch@…
Message:

py-htmldocs: lint fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/py-htmldocs/Portfile

    r82270 r82274  
    77python.versions     25 26 27 
    88python.default_version 27 
     9version             1.0 
    910 
    1011if {${python.version} == 25} { 
     
    2728use_configure       no 
    2829 
     30description         HTML documentation for Python 
     31long_description    ${description}. Unified port supplies py2\[567\]-htmldocs 
     32homepage            http://www.python.org/ 
     33 
    2934if {${name} != ${subport}} { 
    3035    description         HTML documentation for Python ${version} 
    31     long_description    HTML documentation for Python ${version}. Accessible at \ 
    32                         file://${prefix}/share/doc/${subport}/index.html 
     36    long_description    ${description}. Accessible at \ 
     37                        file://${prefix}/share/doc/python${python.version}-doc/index.html 
    3338 
    34     homepage            http://www.python.org/ 
    3539    master_sites        http://www.python.org/ftp/python/doc/${version}/ 
    3640    distname            python-${version}-docs-html 
Note: See TracChangeset for help on using the changeset viewer.