Revision
81424
Author
jmr@macports.org
Date
2011-07-30 04:50:59 -0700 (Sat, 30 Jul 2011)

Log Message

py-pil: use subport for doc dir

Modified Paths

Diff

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