Ticket #42219: git-core-emacs.patch

File git-core-emacs.patch, 519 bytes (added by robsonpeixoto@…, 10 years ago)
  • Portfile

     
    125125    file delete -force ${share_path}/contrib
    126126    copy ${worksrcpath}/contrib ${share_path}
    127127
     128    xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp/
     129    eval xinstall -m 644 [glob ${worksrcpath}/contrib/emacs/*.el] \
     130        ${destroot}${prefix}/share/emacs/site-lisp/
     131
    128132}
    129133
    130134if {![variant_isset python26] && ![variant_isset python27]} {