Ticket #37462: completion.patch

File completion.patch, 800 bytes (added by robsonpeixoto@…, 11 years ago)
  • Portfile

     
    55
    66name                git-core
    77version             1.8.0.3
     8revision            1
    89description         A fast version control system
    910long_description    Git is a fast, scalable, distributed open source version \
    1011                    control system focusing on speed and efficiency.
     
    9697        file delete ${badfile}
    9798    }
    9899
    99     set completions_path ${destroot}${prefix}/share/bash-completion/completions
     100    set completions_path ${destroot}${prefix}/etc/bash_completion.d
    100101    xinstall -d ${completions_path}
    101102    xinstall -m 644 ${worksrcpath}/contrib/completion/git-completion.bash \
    102103        ${completions_path}/git