New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12172: Portfile.diff

File Portfile.diff, 0.6 KB (added by jmpp@…, 5 years ago)
  • Portfile

     
    2121                ${workpath}/bash_completion/bash_completion 
    2222    xinstall -d ${destroot}${prefix}/etc/bash_completion.d 
    2323    xinstall -c ${workpath}/bash_completion/bash_completion ${destroot}${prefix}/etc/ 
    24     xinstall -m 644 -c ${filesdir}/port.cmd ${destroot}${prefix}/etc/bash_completion.d/port 
     24    xinstall -m 644 -c ${filespath}/port.cmd ${destroot}${prefix}/etc/bash_completion.d/port 
    2525} 
    2626destroot.keepdirs   ${destroot}${prefix}/etc/ 
    2727