[143802] trunk/dports/security/cyrus-sasl2/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 21 18:01:11 PST 2015


Revision: 143802
          https://trac.macports.org/changeset/143802
Author:   ryandesign at macports.org
Date:     2015-12-21 18:01:11 -0800 (Mon, 21 Dec 2015)
Log Message:
-----------
cyrus-sasl2: use expansion operator instead of eval

Modified Paths:
--------------
    trunk/dports/security/cyrus-sasl2/Portfile

Modified: trunk/dports/security/cyrus-sasl2/Portfile
===================================================================
--- trunk/dports/security/cyrus-sasl2/Portfile	2015-12-22 01:37:59 UTC (rev 143801)
+++ trunk/dports/security/cyrus-sasl2/Portfile	2015-12-22 02:01:11 UTC (rev 143802)
@@ -93,7 +93,7 @@
         ${destroot}${prefix}/var/pwcheck
     
     file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
-    eval delete [glob ${destroot}${prefix}/share/doc/${name}/*Makefile*]
+    delete {*}[glob ${destroot}${prefix}/share/doc/${name}/*Makefile*]
 }
 
 variant kerberos description "Enable Kerberos support" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151221/daf200ed/attachment-0001.html>


More information about the macports-changes mailing list