New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81424


Ignore:
Timestamp:
07/30/11 04:50:59 (4 years ago)
Author:
jmr@…
Message:

py-pil: use subport for doc dir

File:
1 edited

Legend:

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

    r81378 r81424  
    3939     
    4040    post-destroot { 
    41         xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} 
     41        xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${subport} 
    4242        xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \ 
    43             ${destroot}${prefix}/share/doc/${name} 
     43            ${destroot}${prefix}/share/doc/${subport} 
    4444    } 
    4545} 
Note: See TracChangeset for help on using the changeset viewer.