New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80540


Ignore:
Timestamp:
07/14/11 04:12:00 (4 years ago)
Author:
ryandesign@…
Message:

mod_chroot: fix whitespace in destroot section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/mod_chroot/Portfile

    r80539 r80540  
    3535    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} ${mdir} 
    3636    xinstall -m 644 ${worksrcpath}/.libs/mod_chroot.so ${mdir} 
    37     xinstall -m 644 -W ${worksrcpath} CAVEATS ChangeLog INSTALL LICENSE \ 
    38     README README.Apache20 ${destroot}${prefix}/share/doc/${name} 
     37    xinstall -m 644 -W ${worksrcpath} \ 
     38        CAVEATS \ 
     39        ChangeLog \ 
     40        INSTALL \ 
     41        LICENSE \ 
     42        README \ 
     43        README.Apache20 \ 
     44        ${destroot}${prefix}/share/doc/${name} 
    3945} 
    4046 
Note: See TracChangeset for help on using the changeset viewer.