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