[101740] trunk/dports/science/gshhg-gmt-nc4/Portfile

takeshi at macports.org takeshi at macports.org
Fri Jan 18 01:41:02 PST 2013


Revision: 101740
          https://trac.macports.org/changeset/101740
Author:   takeshi at macports.org
Date:     2013-01-18 01:41:02 -0800 (Fri, 18 Jan 2013)
Log Message:
-----------
gshhg-gmt-nc4: simplified destroot

Modified Paths:
--------------
    trunk/dports/science/gshhg-gmt-nc4/Portfile

Modified: trunk/dports/science/gshhg-gmt-nc4/Portfile
===================================================================
--- trunk/dports/science/gshhg-gmt-nc4/Portfile	2013-01-18 09:40:28 UTC (rev 101739)
+++ trunk/dports/science/gshhg-gmt-nc4/Portfile	2013-01-18 09:41:02 UTC (rev 101740)
@@ -33,9 +33,7 @@
 build {}
 
 destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/${name}
-    eval xinstall -m 644 [glob ${worksrcpath}/*] \
-        ${destroot}${prefix}/share/${name}
+    copy ${worksrcpath} ${destroot}${prefix}/share/${name}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130118/2d44eff8/attachment.html>


More information about the macports-changes mailing list