Modified: trunk/dports/_resources/port1.0/group/crossbinutils-1.0.tcl (89464 => 89465)
--- trunk/dports/_resources/port1.0/group/crossbinutils-1.0.tcl 2012-01-30 17:43:21 UTC (rev 89464)
+++ trunk/dports/_resources/port1.0/group/crossbinutils-1.0.tcl 2012-01-30 18:11:22 UTC (rev 89465)
@@ -124,8 +124,8 @@
post-destroot {
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
- xinstall -m 644 -W ${worksrcpath} COPYING COPYING.LIB COPYING.LIBGLOSS \
- COPYING3 COPYING3.LIB ChangeLog MAINTAINERS README \
+ eval xinstall -m 644 \
+ [glob -type f ${worksrcpath}/{COPYING*,ChangeLog,MAINTAINERS,README*}] \
${destroot}${docdir}
}