[136579] trunk/dports/net/nss/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 20:26:57 PDT 2015


Revision: 136579
          https://trac.macports.org/changeset/136579
Author:   ryandesign at macports.org
Date:     2015-05-21 20:26:57 -0700 (Thu, 21 May 2015)
Log Message:
-----------
nss: use one fewer glob

Modified Paths:
--------------
    trunk/dports/net/nss/Portfile

Modified: trunk/dports/net/nss/Portfile
===================================================================
--- trunk/dports/net/nss/Portfile	2015-05-22 03:19:41 UTC (rev 136578)
+++ trunk/dports/net/nss/Portfile	2015-05-22 03:26:57 UTC (rev 136579)
@@ -69,8 +69,7 @@
 
 destroot {
     xinstall -m 755 -d ${destroot}${prefix}/include/nss
-    xinstall -m 755 {*}[glob ${worksrcpath}/mozilla/dist/public/nss/*] ${destroot}${prefix}/include/nss
-    xinstall -m 755 {*}[glob ${worksrcpath}/mozilla/dist/public/dbm/*] ${destroot}${prefix}/include/nss
+    xinstall -m 755 {*}[glob -directory ${worksrcpath}/mozilla/dist/public/ nss/* dbm/*] ${destroot}${prefix}/include/nss
     xinstall -m 755 -d ${destroot}${prefix}/bin
     foreach f [glob ${worksrcpath}/mozilla/dist/Darwin*/bin/*] {
         xinstall -m 755 $f ${destroot}${prefix}/bin/nss-[file tail $f]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/849f9ea4/attachment.html>


More information about the macports-changes mailing list