Revision: 130341 https://trac.macports.org/changeset/130341 Author: larryv@macports.org Date: 2014-12-29 19:57:35 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-ezpycrypto: Use glob instead of list of files Modified Paths: -------------- trunk/dports/python/py-ezpycrypto/Portfile Modified: trunk/dports/python/py-ezpycrypto/Portfile =================================================================== --- trunk/dports/python/py-ezpycrypto/Portfile 2014-12-30 03:57:33 UTC (rev 130340) +++ trunk/dports/python/py-ezpycrypto/Portfile 2014-12-30 03:57:35 UTC (rev 130341) @@ -40,8 +40,7 @@ post-destroot { xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL README \ ${destroot}${prefix}/share/doc/${subport} - xinstall -m 644 -W ${worksrcpath} example1.py example2.py example3.py \ - example4.py example5.py example6.py example7.py example8.py \ + xinstall -m 644 {*}[glob ${worksrcpath}/example\[1-8\].py] \ ${destroot}${prefix}/share/doc/${subport}/examples } }