New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79833


Ignore:
Timestamp:
06/27/11 15:06:19 (4 years ago)
Author:
and.damore@…
Message:

port veriwell, added LXT format doc, changed doc/ permissions to 644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/veriwell/Portfile

    r79832 r79833  
    3838    set docdir ${destroot}${prefix}/share/doc/${name} 
    3939    xinstall -d ${docdir} 
    40     xinstall -W ${worksrcpath} \ 
     40    xinstall -m 644 -W ${worksrcpath} \ 
    4141        ChangeLog AUTHORS COPYING NEWS README TODO \ 
     42        lxt/LXT_Explained.html \ 
    4243        ${docdir} 
    4344} 
Note: See TracChangeset for help on using the changeset viewer.