Ticket #26834: xemacs.portfile.patch

File xemacs.portfile.patch, 449 bytes (added by vallon (Justin), 9 years ago)

Patch to not install ctags & man1/ctags.1

  • (a) - vs. (b) /Users/justin/xemacs.portfile

    a b  
    8585        ui_debug "Installing sumo distribution into destroot"
    8686        file copy ${workpath}/xemacs-packages ${xemacs_lib}
    8787    }
     88
     89    # avoid conflict with ctags installed by the ctags port
     90    delete ${destroot}${prefix}/bin/ctags
     91    delete ${destroot}${prefix}/share/man/man1/ctags.1
    8892}
    8993
    9094variant no_sumo \