New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82221


Ignore:
Timestamp:
08/10/11 10:18:19 (4 years ago)
Author:
robitaille@…
Message:

py*-pip: fixed issue with license.txt file

Location:
trunk/dports/python
Files:
4 edited

Legend:

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

    r82218 r82221  
    2828    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    2929    xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ 
    30         requirement-format.txt \ 
     30        requirement-format.txt configuration.txt \ 
    3131        ${destroot}${prefix}/share/doc/${name} 
    3232    move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.4 
  • trunk/dports/python/py25-pip/Portfile

    r82218 r82221  
    2828    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    2929    xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ 
    30         requirement-format.txt \ 
     30        requirement-format.txt configuration.txt \ 
    3131        ${destroot}${prefix}/share/doc/${name} 
    3232    move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.5 
  • trunk/dports/python/py26-pip/Portfile

    r82218 r82221  
    2828    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    2929    xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ 
    30         requirement-format.txt license.txt configuration.txt \ 
     30        requirement-format.txt configuration.txt \ 
    3131        ${destroot}${prefix}/share/doc/${name} 
    3232} 
  • trunk/dports/python/py27-pip/Portfile

    r82218 r82221  
    2828    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    2929    xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ 
    30         requirement-format.txt license.txt configuration.txt \ 
     30        requirement-format.txt configuration.txt \ 
    3131        ${destroot}${prefix}/share/doc/${name} 
    3232} 
Note: See TracChangeset for help on using the changeset viewer.