#49619: no stable xemacs, no sumo package -----------------------+-------------------------------- Reporter: flabes@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: xemacs | -----------------------+-------------------------------- Comment (by dstrubbe@…): Does this solve the sumo location issue? I don't know how to check whether the packages are being found or not. {{{ =================================================================== --- Portfile (revision 142463) +++ Portfile (working copy) @@ -72,12 +72,12 @@ destroot.keepdirs ${destroot}${prefix}/lib/xemacs post-destroot { - set xemacs_lib ${destroot}${prefix}/lib/xemacs-${version} + set xemacs_lib ${destroot}${prefix}/share/xemacs xinstall -d -m 0755 ${xemacs_lib} - system "cd ${destroot}${prefix}/lib && ln -s xemacs-${version} xemacs" + system "cd ${destroot}${prefix}/share && ln -s xemacs-${version} xemacs" if {[file exists ${workpath}/mule-packages]} { ui_debug "Installing mule-sumo distribution into destroot" - file copy ${workpath}/mule-packages ${xemacs_lib}/ + file copy ${workpath}/mule-packages ${xemacs_lib} } if {[file exists ${workpath}/xemacs-packages]} { ui_debug "Installing sumo distribution into destroot" }}} -- Ticket URL: <https://trac.macports.org/ticket/49619#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X