[128859] trunk/dports/science/ds9

Lawrence Velázquez larryv at macports.org
Fri Nov 28 12:10:10 PST 2014


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?

vq


More information about the macports-dev mailing list