[79404] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Sun Jun 12 21:33:24 PDT 2011


Revision: 79404
          http://trac.macports.org/changeset/79404
Author:   ryandesign at macports.org
Date:     2011-06-12 21:33:22 -0700 (Sun, 12 Jun 2011)
Log Message:
-----------
py-cherrypy, py25-cherrypy, py26-cherrypy: use {python.pkgd}; see #28639

Modified Paths:
--------------
    trunk/dports/python/py-cherrypy/Portfile
    trunk/dports/python/py25-cherrypy/Portfile
    trunk/dports/python/py26-cherrypy/Portfile

Modified: trunk/dports/python/py-cherrypy/Portfile
===================================================================
--- trunk/dports/python/py-cherrypy/Portfile	2011-06-13 03:45:20 UTC (rev 79403)
+++ trunk/dports/python/py-cherrypy/Portfile	2011-06-13 04:33:22 UTC (rev 79404)
@@ -30,6 +30,6 @@
     xinstall -m 644 -W ${worksrcpath} \
         CHANGELOG.txt CHERRYPYTEAM.txt README.txt \
         ${destroot}${prefix}/share/doc/${name}
-    move ${destroot}${prefix}/lib/python2.4/site-packages/cherrypy/tutorial \
+    move ${destroot}${python.pkgd}/cherrypy/tutorial \
         ${destroot}${prefix}/share/doc/${name}
 }

Modified: trunk/dports/python/py25-cherrypy/Portfile
===================================================================
--- trunk/dports/python/py25-cherrypy/Portfile	2011-06-13 03:45:20 UTC (rev 79403)
+++ trunk/dports/python/py25-cherrypy/Portfile	2011-06-13 04:33:22 UTC (rev 79404)
@@ -30,6 +30,6 @@
     xinstall -m 644 -W ${worksrcpath} \
         CHANGELOG.txt CHERRYPYTEAM.txt README.txt \
         ${destroot}${prefix}/share/doc/${name}
-    move ${destroot}${prefix}/lib/python2.5/site-packages/cherrypy/tutorial \
+    move ${destroot}${python.pkgd}/cherrypy/tutorial \
         ${destroot}${prefix}/share/doc/${name}
 }

Modified: trunk/dports/python/py26-cherrypy/Portfile
===================================================================
--- trunk/dports/python/py26-cherrypy/Portfile	2011-06-13 03:45:20 UTC (rev 79403)
+++ trunk/dports/python/py26-cherrypy/Portfile	2011-06-13 04:33:22 UTC (rev 79404)
@@ -30,6 +30,6 @@
     xinstall -m 644 -W ${worksrcpath} \
         CHANGELOG.txt CHERRYPYTEAM.txt README.txt \
         ${destroot}${prefix}/share/doc/${name}
-    move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/cherrypy/tutorial \
+    move ${destroot}${python.pkgd}/cherrypy/tutorial \
         ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110612/d25db699/attachment.html>


More information about the macports-changes mailing list