On Jun 21, 2011, at 21:11, [email protected] wrote:

> Revision: 79638
>          http://trac.macports.org/changeset/79638
> Author:   [email protected]
> 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


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to