Ticket #24639: patch-cscope-install-xscope.diff

File patch-cscope-install-xscope.diff, 516 bytes (added by drkp (Dan Ports), 14 years ago)
  • Portfile

    old new  
    44
    55name            cscope
    66version         15.7a
     7revision    1
    78categories      devel
    89platforms       darwin freebsd
    910maintainers     mww
     
    3132
    3233post-destroot   {
    3334        system "strip ${destroot}${prefix}/bin/cscope"
     35
     36    # Install Emacs xcscope package
     37    xinstall -d ${prefix}/share/emacs/site-lisp
     38    xinstall -m 644 ${worksrcpath}/contrib/xcscope/xcscope.el \
     39             ${prefix}/share/emacs/site-lisp/
    3440}