[63684] trunk/dports/math
Ryan Schmidt
ryandesign at macports.org
Fri Feb 12 14:03:52 PST 2010
On Feb 12, 2010, at 09:28, mnick at macports.org wrote:
> Revision: 63684
> http://trac.macports.org/changeset/63684
> Author: mnick at macports.org
> Date: 2010-02-12 07:28:11 -0800 (Fri, 12 Feb 2010)
> Log Message:
> -----------
> new port: math/svdlibc 1.34
> Added: trunk/dports/math/svdlibc/Portfile
> ===================================================================
> + foreach h {svdutil.h svdlib.h} {
> + xinstall -m 644 ${worksrcpath}/${h} ${destroot}${prefix}/include
> + }
This can be simplified to:
xinstall -m 644 -W ${worksrcpath} svdutil.h svdlib.h ${destroot}${prefix}/include
More information about the macports-dev
mailing list