Ticket #37462: completion.patch
File completion.patch, 800 bytes (added by robsonpeixoto@…, 12 years ago) |
---|
-
Portfile
5 5 6 6 name git-core 7 7 version 1.8.0.3 8 revision 1 8 9 description A fast version control system 9 10 long_description Git is a fast, scalable, distributed open source version \ 10 11 control system focusing on speed and efficiency. … … 96 97 file delete ${badfile} 97 98 } 98 99 99 set completions_path ${destroot}${prefix}/ share/bash-completion/completions100 set completions_path ${destroot}${prefix}/etc/bash_completion.d 100 101 xinstall -d ${completions_path} 101 102 xinstall -m 644 ${worksrcpath}/contrib/completion/git-completion.bash \ 102 103 ${completions_path}/git