[56618] trunk/dports/sysutils/duplicity/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Aug 30 17:46:44 PDT 2009


Revision: 56618
          http://trac.macports.org/changeset/56618
Author:   singingwolfboy at macports.org
Date:     2009-08-30 17:46:39 -0700 (Sun, 30 Aug 2009)
Log Message:
-----------
added bugfix to make duplicity work with python26 framework

Modified Paths:
--------------
    trunk/dports/sysutils/duplicity/Portfile

Modified: trunk/dports/sysutils/duplicity/Portfile
===================================================================
--- trunk/dports/sysutils/duplicity/Portfile	2009-08-31 00:26:16 UTC (rev 56617)
+++ trunk/dports/sysutils/duplicity/Portfile	2009-08-31 00:46:39 UTC (rev 56618)
@@ -58,6 +58,11 @@
     categories          sysutils
     depends_lib-append  port:librsync \
                         port:gnupg
+    # this is apparently required due to the way Python 2.6 installs as
+    # a framework
+    post-destroot {
+        ln -s ${python.prefix}/bin/duplicity ${destroot}${prefix}/bin/
+    }
 }
 
 livecheck.check   regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090830/9bbc7d85/attachment.html>


More information about the macports-changes mailing list