> On Nov 28, 2014, at 12:10 PM, Lawrence Velázquez <[email protected]> wrote: > > On Nov 28, 2014, at 2:50 PM, [email protected] wrote: > >> Revision >> 128859 >> Author >> [email protected] >> Date >> 2014-11-28 11:50:56 -0800 (Fri, 28 Nov 2014) >> Log Message >> >> ds9: store resources on filesystem, not in zip archive > >> Modified: trunk/dports/science/ds9/Portfile (128858 => 128859) > >> destroot { >> xinstall ${worksrcpath}/bin/ds9 ${destroot}${prefix}/bin >> - xinstall -m 644 ${worksrcpath}/bin/ds9.zip ${destroot}${prefix}/bin >> + exec cp -r ${worksrcpath}/ds9/zipdir/zvfsmntpt >> ${destroot}${prefix}/share/ds9 >> } > > Why not just use our "copy" command here?
I don't know how to cause it to recurse into subdirectories. Is there an argument for that? If so, it is not documented in the Guide. Thanks, Leo _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
