Ticket #35524: devel_ninja.patch
File devel_ninja.patch, 654 bytes (added by 521E328E-2A13-4749-826A-E4EF4F22A0F1@…, 12 years ago) |
---|
-
Portfile
39 39 build.args --verbose 40 40 build.env CXX="${configure.cxx} [get_canonical_archflags cxx]" 41 41 42 variant bash_completion { 43 depends_run-append path:etc/bash_completion:bash-completion 44 45 post-destroot { 46 xinstall -d ${destroot}${prefix}/etc/bash_completion.d 47 xinstall -m 644 ${worksrcpath}/misc/bash-completion ${destroot}${prefix}/etc/bash_completion.d/ninja 48 } 49 } 50 42 51 destroot { 43 52 xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin 44 53 }