Modified: trunk/dports/python/py-pil/Portfile (81423 => 81424)
--- trunk/dports/python/py-pil/Portfile 2011-07-30 11:49:17 UTC (rev 81423)
+++ trunk/dports/python/py-pil/Portfile 2011-07-30 11:50:59 UTC (rev 81424)
@@ -38,9 +38,9 @@
}
post-destroot {
- xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
+ xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${subport}
xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \
- ${destroot}${prefix}/share/doc/${name}
+ ${destroot}${prefix}/share/doc/${subport}
}
}