[100899] trunk/dports/python/py-swishe/Portfile

jmr at macports.org jmr at macports.org
Sun Dec 30 23:52:35 PST 2012


Revision: 100899
          https://trac.macports.org/changeset/100899
Author:   jmr at macports.org
Date:     2012-12-30 23:52:34 -0800 (Sun, 30 Dec 2012)
Log Message:
-----------
py-swishe: fix xinstall usage

Modified Paths:
--------------
    trunk/dports/python/py-swishe/Portfile

Modified: trunk/dports/python/py-swishe/Portfile
===================================================================
--- trunk/dports/python/py-swishe/Portfile	2012-12-31 07:47:54 UTC (rev 100898)
+++ trunk/dports/python/py-swishe/Portfile	2012-12-31 07:52:34 UTC (rev 100899)
@@ -28,8 +28,8 @@
 
     post-destroot {
         xinstall -m 644 -W ${worksrcpath} MANIFEST PKG-INFO README \
-            ${destroot}${prefix}/share/doc/${name}
+            ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath}/examples a.py b.py c.py \
-            ${destroot}${prefix}/share/doc/${name}/examples
+            ${destroot}${prefix}/share/doc/${subport}/examples
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121230/7b97a521/attachment.html>


More information about the macports-changes mailing list