[79638] trunk/dports/www

Ryan Schmidt ryandesign at macports.org
Wed Jun 22 00:01:20 PDT 2011


On Jun 21, 2011, at 21:11, pixilla at macports.org wrote:

> Revision: 79638
>          http://trac.macports.org/changeset/79638
> Author:   pixilla at macports.org
> Date:     2011-06-21 19:11:19 -0700 (Tue, 21 Jun 2011)
> Log Message:
> -----------
> www/sgwi: New port. Closes #29876


> +license             GPL

Which version(s) of the GPL?


> +    xinstall -m 755 -d ${destroot}${docpath}/html
> +    eval file copy [glob ${workpath}/${distname}/*] ${destroot}${docpath}/html

Why so complicated, with eval and glob? Why not just:

xinstall -d ${destroot}${docpath}
copy ${worksrcpath} ${destroot}${docpath}/html




More information about the macports-dev mailing list