[88408] trunk/dports/python/py-zopeinterface/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 30 22:20:00 PST 2011


Revision: 88408
          http://trac.macports.org/changeset/88408
Author:   ryandesign at macports.org
Date:     2011-12-30 22:19:56 -0800 (Fri, 30 Dec 2011)
Log Message:
-----------
py-zopeinterface: fix conflicts between subports

Modified Paths:
--------------
    trunk/dports/python/py-zopeinterface/Portfile

Modified: trunk/dports/python/py-zopeinterface/Portfile
===================================================================
--- trunk/dports/python/py-zopeinterface/Portfile	2011-12-31 05:19:34 UTC (rev 88407)
+++ trunk/dports/python/py-zopeinterface/Portfile	2011-12-31 06:19:56 UTC (rev 88408)
@@ -6,6 +6,7 @@
 
 name			py-zopeinterface
 version			3.8.0
+revision		1
 python.versions 24 25 26 27
 categories		python zope
 license			ZPL-2.1
@@ -24,10 +25,10 @@
 if {${name} != ${subport}} {
 
 post-destroot {
-    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${prefix}/share/doc/${subport}
     xinstall -m 644 -W ${worksrcpath} \
         CHANGES.txt  README.txt \
-        ${destroot}${prefix}/share/doc/${name}
+        ${destroot}${prefix}/share/doc/${subport}
 }
 
 test.run  yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111230/1641e05e/attachment.html>


More information about the macports-changes mailing list