[60480] trunk/dports/net/psi-otr
Ryan Schmidt
ryandesign at macports.org
Fri Nov 13 14:03:34 PST 2009
On Nov 13, 2009, at 10:24, rowue at macports.org wrote:
> Revision: 60480
> http://trac.macports.org/changeset/60480
> Author: rowue at macports.org
> Date: 2009-11-13 08:24:43 -0800 (Fri, 13 Nov 2009)
> Log Message:
> -----------
> Some changes to fix configure-errors (qmake-mac)
> xinstall -m 755 -d ${destroot}/Applications/MacPorts/psi.app/Contents/Resources/plugins
You should change /Applications/MacPorts to ${applications_dir}.
> Modified: trunk/dports/net/psi-otr/files/patch-psi-otr.pro.diff
> ===================================================================
> +-LIBS += -lotr
> ++LIBS += -lotr -L/opt/local/lib
> DEPENDPATH += .
> INCLUDEPATH += .
> +INCLUDEPATH += /opt/local/include
You mustn't hardcode /opt/local; ${prefix} could be anything.
More information about the macports-dev
mailing list