[81424] trunk/dports/python/py-pil/Portfile

jmr at macports.org jmr at macports.org
Sat Jul 30 04:50:59 PDT 2011


Revision: 81424
          http://trac.macports.org/changeset/81424
Author:   jmr at 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:
--------------
    trunk/dports/python/py-pil/Portfile

Modified: trunk/dports/python/py-pil/Portfile
===================================================================
--- 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}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110730/87316aa0/attachment.html>


More information about the macports-changes mailing list