diff options
author | lofi <lofi@FreeBSD.org> | 2007-05-25 19:34:09 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-05-25 19:34:09 +0800 |
commit | ba481253c6e84412d4f335c4fbce3321185b4b57 (patch) | |
tree | 686a9f9e9af7edd3fd1e40b0deee52ba6d58e101 /devel/dbus-qt4 | |
parent | 8a8c185c89d9734929798f509b712dd127c13fd8 (diff) | |
download | freebsd-ports-graphics-ba481253c6e84412d4f335c4fbce3321185b4b57.tar.gz freebsd-ports-graphics-ba481253c6e84412d4f335c4fbce3321185b4b57.tar.zst freebsd-ports-graphics-ba481253c6e84412d4f335c4fbce3321185b4b57.zip |
Try harder to prevent pkgconfig data from ending up in the wrong place.
Only seems to happen on pointyhat, bump PORTREVISION anyway just to be
sure.
Diffstat (limited to 'devel/dbus-qt4')
-rw-r--r-- | devel/dbus-qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dbus-qt4/Makefile b/devel/dbus-qt4/Makefile index 2dd9579bfe3..cc6bfa612e1 100644 --- a/devel/dbus-qt4/Makefile +++ b/devel/dbus-qt4/Makefile @@ -8,7 +8,7 @@ PORTNAME= dbus PORTVERSION= 4.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMESUFFIX= -qt4 @@ -70,7 +70,7 @@ pre-configure: post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtDBus.pc|${PREFIX}/libdata/pkgconfig/QtDBus.pc|g' \ - ${WRKSRC}/src/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/src/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ |