[136562] trunk/dports/devel/unsermake/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 14:17:42 PDT 2015


Revision: 136562
          https://trac.macports.org/changeset/136562
Author:   ryandesign at macports.org
Date:     2015-05-21 14:17:42 -0700 (Thu, 21 May 2015)
Log Message:
-----------
unsermake: use just one glob

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

Modified: trunk/dports/devel/unsermake/Portfile
===================================================================
--- trunk/dports/devel/unsermake/Portfile	2015-05-21 20:34:41 UTC (rev 136561)
+++ trunk/dports/devel/unsermake/Portfile	2015-05-21 21:17:42 UTC (rev 136562)
@@ -36,7 +36,7 @@
 
 destroot {
     xinstall -d -m 755 ${destroot}${prefix}/share/unsermake
-    xinstall -m 644 {*}[glob ${worksrcpath}/*.um] {*}[glob ${worksrcpath}/*.py] ${destroot}${prefix}/share/unsermake/
+    xinstall -m 644 {*}[glob -directory ${worksrcpath} *.py *.um] ${destroot}${prefix}/share/unsermake/
     xinstall -m 755 ${worksrcpath}/unsermake ${destroot}${prefix}/share/unsermake/
     ln -s ${prefix}/share/unsermake/unsermake ${destroot}${prefix}/bin/unsermake
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/e823b3b9/attachment-0001.html>


More information about the macports-changes mailing list