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

ryandesign at macports.org ryandesign at macports.org
Sun May 29 03:10:50 PDT 2011


Revision: 79002
          http://trac.macports.org/changeset/79002
Author:   ryandesign at macports.org
Date:     2011-05-29 03:10:50 -0700 (Sun, 29 May 2011)
Log Message:
-----------
py-virtualenv: no longer try to install license.txt (#29628); indicate license

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

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2011-05-29 10:07:23 UTC (rev 79001)
+++ trunk/dports/python/py-virtualenv/Portfile	2011-05-29 10:10:50 UTC (rev 79002)
@@ -9,6 +9,7 @@
 categories-append   devel
 platforms           darwin
 maintainers         nomaintainer
+license             MIT
 homepage            http://pypi.python.org/pypi/virtualenv
 description         Virtual Python Environment builder
 long_description    virtualenv is a tool to create isolated Python \
@@ -24,7 +25,7 @@
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${worksrcpath}/docs index.txt license.txt \
+    xinstall -m 644 -W ${worksrcpath}/docs index.txt \
         ${destroot}${prefix}/share/doc/${name}
     
     move ${destroot}${prefix}/bin/virtualenv \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110529/fbfffe22/attachment.html>


More information about the macports-changes mailing list