[139198] trunk/dports/graphics/libpixman/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 6 12:04:38 PDT 2015


Revision: 139198
          https://trac.macports.org/changeset/139198
Author:   ryandesign at macports.org
Date:     2015-08-06 12:04:37 -0700 (Thu, 06 Aug 2015)
Log Message:
-----------
libpixman: remove unnecessary eval; use my_name var in docdir var

Modified Paths:
--------------
    trunk/dports/graphics/libpixman/Portfile

Modified: trunk/dports/graphics/libpixman/Portfile
===================================================================
--- trunk/dports/graphics/libpixman/Portfile	2015-08-06 19:01:13 UTC (rev 139197)
+++ trunk/dports/graphics/libpixman/Portfile	2015-08-06 19:04:37 UTC (rev 139198)
@@ -45,9 +45,9 @@
 build.args              V=1
 
 post-destroot {
-    set docdir ${destroot}${prefix}/share/doc/${name}
+    set docdir ${destroot}${prefix}/share/doc/${my_name}
     xinstall -d ${docdir}
-    eval xinstall -m 644 -W ${worksrcpath} \
+    xinstall -m 644 -W ${worksrcpath} \
         COPYING \
         README \
         ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150806/2ff7b49f/attachment.html>


More information about the macports-changes mailing list