Ticket #16068: activate.diff

File activate.diff, 443 bytes (added by skymoo (Adam Mercer), 15 years ago)

work round activation failure

  • python/py25-pyqt4/Portfile

    diff --git a/python/py25-pyqt4/Portfile b/python/py25-pyqt4/Portfile
    index c394b9c..cffd917 100644
    a b post-destroot { 
    5555                LICENSE.GPL2 LICENSE.GPL3 OPENSOURCE-NOTICE.TXT NEWS README \
    5656                THANKS \
    5757                ${destroot}${prefix}/share/doc/${name}
     58
     59        move ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/lib/python2.5 \
     60                ${destroot}${prefix}/lib/python2.5
    5861}