Ticket #38235: Portfile-R.diff
File Portfile-R.diff, 598 bytes (added by jrblevin@…, 12 years ago) |
---|
-
Portfile
old new 113 113 configure.env-append r_arch=${build_arch} 114 114 115 115 configure.args --mandir=\\\${prefix}/share/man \ 116 --infodir=\\\${prefix}/share/info \ 116 117 --enable-BLAS-shlib \ 117 118 --enable-R-shlib \ 118 119 --disable-nls \ … … 127 128 test.run yes 128 129 test.target check 129 130 destroot.destdir prefix=${destroot}${prefix} 131 destroot.target install install-info 130 132 131 133 post-destroot { 132 134 foreach r { "/bin/R" "/lib/R/bin/R" } {