[128859] trunk/dports/science/ds9

Leo Singer aronnax at macports.org
Fri Nov 28 12:12:45 PST 2014


> On Nov 28, 2014, at 12:10 PM, Lawrence Velázquez <larryv at macports.org> wrote:
> 
> On Nov 28, 2014, at 2:50 PM, aronnax at macports.org wrote:
> 
>> Revision
>> 128859
>> Author
>> aronnax at macports.org
>> 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


More information about the macports-dev mailing list