Re: [MacPorts] #15049: RFE: install manuals and info pages of gcc43
#15049: RFE: install manuals and info pages of gcc43 ----------------------------------+----------------------------------------- Reporter: jochen@macports.org | Owner: mww@macports.org Type: defect | Status: assigned Priority: High | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: gcc documentation info manual gcc_select ----------------------------------+----------------------------------------- Comment (by jochen@macports.org): Well, there is a unified diff just above. It does ''three'' things: 1. Provide modeline according to the guide: http://guide.macports.org/#development.practices 2. Fix whitespace according to 1. 3. Change post-destroot in order to copy documentation as described above: {{{ - file delete -force ${destroot}${prefix}/share/man/man7 \ - ${destroot}${prefix}/share/info + # move manuals to gcc43-specific directory + xinstall -m 755 -d ${destroot}${prefix}/share/gcc43/man/man7 + xinstall -m 755 -d ${destroot}${prefix}/share/gcc43/info + eval xinstall -m 0644 [glob ${destroot}${prefix}/share/man/man7/*] ${destroot}${prefix}/share/gcc43/man/man7 + eval xinstall -m 0644 [glob ${destroot}${prefix}/share/info/*] ${destroot}${prefix}/share/gcc43/info }}} -- Ticket URL: <http://trac.macports.org/ticket/15049#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts