diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-09 08:13:47 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-09 08:13:47 +0800 |
commit | f628f3ac249bf1bf8c5eac7a6cf626539050eb45 (patch) | |
tree | 97b908022454f21817f2729763beb8265b708346 /devel/dbus-qt4 | |
parent | 12ad7b39ad151be70993d95ddeccc4fd2e4d3e0f (diff) | |
download | freebsd-ports-gnome-f628f3ac249bf1bf8c5eac7a6cf626539050eb45.tar.gz freebsd-ports-gnome-f628f3ac249bf1bf8c5eac7a6cf626539050eb45.tar.zst freebsd-ports-gnome-f628f3ac249bf1bf8c5eac7a6cf626539050eb45.zip |
Install pkgconfig data into the correct location.
Diffstat (limited to 'devel/dbus-qt4')
-rw-r--r-- | devel/dbus-qt4/Makefile | 6 | ||||
-rw-r--r-- | devel/dbus-qt4/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/dbus-qt4/Makefile b/devel/dbus-qt4/Makefile index f5a52a72d521..a1ca16acd9dd 100644 --- a/devel/dbus-qt4/Makefile +++ b/devel/dbus-qt4/Makefile @@ -8,7 +8,7 @@ PORTNAME= dbus PORTVERSION= 4.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMESUFFIX= -qt4 @@ -69,7 +69,7 @@ pre-configure: ${LN} -sf ${LOCALBASE}/bin/moc4 ${WRKSRC}/../../bin/moc post-configure: - ${REINPLACE_CMD} -e 's|local/lib/QtDBus.pc|local/libdata/QtDBus.pc|g' \ - ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtDBus.pc|${PREFIX}/libdata/pkgconfig/QtDBus.pc|g' \ + ${WRKSRC}/src/Makefile .include <bsd.port.post.mk> diff --git a/devel/dbus-qt4/pkg-plist b/devel/dbus-qt4/pkg-plist index 397a0a235721..7dd82f8512d4 100644 --- a/devel/dbus-qt4/pkg-plist +++ b/devel/dbus-qt4/pkg-plist @@ -32,7 +32,7 @@ include/QtDBus/qdbusmessage.h include/QtDBus/qdbusmetatype.h include/QtDBus/qdbusreply.h include/QtDBus/qdbusserver.h -lib/QtDBus.pc +libdata/pkgconfig/QtDBus.pc lib/libQtDBus.la lib/libQtDBus.prl lib/libQtDBus.so |