[78684] trunk/dports/python/py25-virtualenv/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Tue May 17 17:25:15 PDT 2011


Revision: 78684
          http://trac.macports.org/changeset/78684
Author:   singingwolfboy at macports.org
Date:     2011-05-17 17:25:15 -0700 (Tue, 17 May 2011)
Log Message:
-----------
py25-virtualenv: removed license.txt file that was failing to install, added license info to portfile

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

Modified: trunk/dports/python/py25-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py25-virtualenv/Portfile	2011-05-17 23:14:49 UTC (rev 78683)
+++ trunk/dports/python/py25-virtualenv/Portfile	2011-05-18 00:25:15 UTC (rev 78684)
@@ -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/20110517/39b07a5a/attachment.html>


More information about the macports-changes mailing list