[136827] trunk/dports/python/py-virtualenv/Portfile

larryv at macports.org larryv at macports.org
Wed May 27 22:17:17 PDT 2015


Revision: 136827
          https://trac.macports.org/changeset/136827
Author:   larryv at macports.org
Date:     2015-05-27 22:17:16 -0700 (Wed, 27 May 2015)
Log Message:
-----------
py-virtualenv: Use relative path for `select.file`

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

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2015-05-28 05:17:14 UTC (rev 136826)
+++ trunk/dports/python/py-virtualenv/Portfile	2015-05-28 05:17:16 UTC (rev 136827)
@@ -32,7 +32,7 @@
     depends_run-append  port:virtualenv_select
 
     select.group        virtualenv
-    select.file         ${filespath}/virtualenv${python.version}
+    select.file         virtualenv${python.version}
 
     # The virtualenv build process creates both virtualenv and
     # virtualenv-${python.branch} but we only want one. We cannot keep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150527/98aa555f/attachment.html>


More information about the macports-changes mailing list