Revision
100899
Author
jmr@macports.org
Date
2012-12-30 23:52:34 -0800 (Sun, 30 Dec 2012)

Log Message

py-swishe: fix xinstall usage

Modified Paths

Diff

Modified: trunk/dports/python/py-swishe/Portfile (100898 => 100899)


--- 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
     }
 }