[142991] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 08:05:49 PST 2015


Revision: 142991
          https://trac.macports.org/changeset/142991
Author:   jeremyhu at macports.org
Date:     2015-11-30 19:30:44 -0800 (Mon, 30 Nov 2015)
Log Message:
-----------
ld64: Fix a lint warning

Modified Paths:
--------------
    trunk/dports/devel/ld64/Portfile

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-12-01 03:30:04 UTC (rev 142990)
+++ trunk/dports/devel/ld64/Portfile	2015-12-01 03:30:44 UTC (rev 142991)
@@ -397,7 +397,7 @@
         file rename ${destroot}${prefix}/bin/rebase ${destroot}${prefix}/bin/rebase-${ld64_ver}
         file rename ${destroot}${prefix}/bin/unwinddump ${destroot}${prefix}/bin/unwinddump-${ld64_ver}
 
-        eval delete [glob ${destroot}${prefix}/share/man/man1/*]
+        delete {*}[glob ${destroot}${prefix}/share/man/man1/*]
 
         if {${llvm_version} != ""} {
             system "install_name_tool -change ${prefix}/libexec/llvm-${llvm_version}/lib/libLTO.dylib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/fcb4090b/attachment.html>


More information about the macports-changes mailing list