#38235: R documentation is missing -------------------------+--------------------------- Reporter: jrblevin@… | Owner: kjell.konis@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: R | -------------------------+--------------------------- Comment (by jrblevin@…): I managed to update the Portfile so that the info files are installed after all. The attached patch is so simple it doesn't really even warrant an attachment. It sets the `--infopath` configure flag (much like `--manpath`) and runs `make install install-info` during `destroot` (instead of just `make install`). The net result is that the (up-to-date) documentation gets installed in info format, which can conveniently be browsed using `info` or `emacs`: {{{ /opt/local/share/info/R-FAQ.info.gz /opt/local/share/info/R-admin.info.gz /opt/local/share/info/R-data.info.gz /opt/local/share/info/R-exts.info-1.gz /opt/local/share/info/R-exts.info-2.gz /opt/local/share/info/R-exts.info.gz /opt/local/share/info/R-intro.info.gz /opt/local/share/info/R-ints.info.gz /opt/local/share/info/R-lang.info.gz }}} -- Ticket URL: <https://trac.macports.org/ticket/38235#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS