[86793] users/cal/ports/devel/libvirt/Portfile

cal at macports.org cal at macports.org
Fri Nov 4 07:48:45 PDT 2011


Revision: 86793
          http://trac.macports.org/changeset/86793
Author:   cal at macports.org
Date:     2011-11-04 07:48:41 -0700 (Fri, 04 Nov 2011)
Log Message:
-----------
devel/libvirt: Add libssh2 as dependency, install python module in the correct place

Modified Paths:
--------------
    users/cal/ports/devel/libvirt/Portfile

Modified: users/cal/ports/devel/libvirt/Portfile
===================================================================
--- users/cal/ports/devel/libvirt/Portfile	2011-11-04 14:13:46 UTC (rev 86792)
+++ users/cal/ports/devel/libvirt/Portfile	2011-11-04 14:48:41 UTC (rev 86793)
@@ -31,10 +31,14 @@
                         port:libgpg-error \
                         port:libiconv \
                         port:libidn \
+                        port:libssh2 \
                         port:libtasn1 \
                         port:libxml2 \
                         port:openssl \
                         port:readline \
                         port:zlib
 
-
+post-destroot {
+    file mkdir "${destroot}${frameworks_dir}/Python.framework/Versions/2.7/lib"
+    file rename "${destroot}${prefix}/lib/python2.7/site-packages" "${destroot}${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111104/df44752e/attachment.html>


More information about the macports-changes mailing list