Ticket #33738: patch-src-QT4-kdiff3.pro.diff

File patch-src-QT4-kdiff3.pro.diff, 407 bytes (added by gallafent, 12 years ago)

Necessary patch to build and install correctly under macports regime

  • kdiff3.pro

    old new  
    6161}
    6262
    6363unix {
    64   documentation.path = /usr/local/share/doc/kdiff3
     64  documentation.path = $$DESTDIR/../share/doc/kdiff3
    6565  documentation.files = ../doc/*
    6666
    6767  INSTALLS += documentation
    6868
    69   target.path = /usr/local/bin
    70   INSTALLS += target
    7169}
     70
     71mac {
     72  CONFIG -= app_bundle
     73}