[MacPorts] #38496: org-mode-devel installs files in ${prefix}/emacs
#38496: org-mode-devel installs files in ${prefix}/emacs -------------------------+-------------------------------- Reporter: vishketan@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: -------------------------+-------------------------------- instead of ${prefix}/share/emacs Simple change is to replace destroot.destdir prefix=${destroot}${prefix} in Portfile to destroot.destdir prefix=${destroot}${prefix}/share -- Ticket URL: <https://trac.macports.org/ticket/38496> MacPorts <http://www.macports.org/> Ports system for OS X
#38496: org-mode-devel installs files in ${prefix}/emacs -----------------------------+------------------- Reporter: vishketan@… | Owner: phw@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: org-mode-devel | -----------------------------+------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => phw@… * port: => org-mode-devel Old description:
instead of ${prefix}/share/emacs
Simple change is to replace
destroot.destdir prefix=${destroot}${prefix}
in Portfile to
destroot.destdir prefix=${destroot}${prefix}/share
New description: instead of ${prefix}/share/emacs Simple change is to replace {{{ destroot.destdir prefix=${destroot}${prefix} }}} in Portfile to {{{ destroot.destdir prefix=${destroot}${prefix}/share }}} -- Comment: In the future, please use WikiFormatting, fill in the Port field and cc the port maintainer(s). -- Ticket URL: <https://trac.macports.org/ticket/38496#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts