[31967] trunk/dports/python

ram at macports.org ram at macports.org
Wed Dec 12 13:01:50 PST 2007


Revision: 31967
          http://trac.macosforge.org/projects/macports/changeset/31967
Author:   ram at macports.org
Date:     2007-12-12 13:01:49 -0800 (Wed, 12 Dec 2007)

Log Message:
-----------
py-boto/py25-boto: use ${python.pkgd} for the package directory

Modified Paths:
--------------
    trunk/dports/python/py-boto/Portfile
    trunk/dports/python/py25-boto/Portfile

Modified: trunk/dports/python/py-boto/Portfile
===================================================================
--- trunk/dports/python/py-boto/Portfile	2007-12-12 21:00:33 UTC (rev 31966)
+++ trunk/dports/python/py-boto/Portfile	2007-12-12 21:01:49 UTC (rev 31967)
@@ -23,7 +23,7 @@
 
 post-destroot {
   delete ${destroot}${prefix}/bin/test.py
-  delete ${destroot}${prefix}/lib/python2.4/site-packages/tests
+  delete ${destroot}${python.pkgd}/tests
 }
 
 universal_variant no

Modified: trunk/dports/python/py25-boto/Portfile
===================================================================
--- trunk/dports/python/py25-boto/Portfile	2007-12-12 21:00:33 UTC (rev 31966)
+++ trunk/dports/python/py25-boto/Portfile	2007-12-12 21:01:49 UTC (rev 31967)
@@ -23,7 +23,7 @@
 
 post-destroot {
   delete ${destroot}${prefix}/bin/test.py
-  delete ${destroot}${prefix}/lib/python2.5/site-packages/tests
+  delete ${destroot}${python.pkgd}/tests
 }
 
 universal_variant no

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071212/61095593/attachment.html


More information about the macports-changes mailing list