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 /net | |
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 'net')
-rw-r--r-- | net/qt4-network/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/qt4-network/Makefile b/net/qt4-network/Makefile index 7c6de1357ba..585bc27a69b 100644 --- a/net/qt4-network/Makefile +++ b/net/qt4-network/Makefile @@ -8,7 +8,7 @@ PORTNAME= network PORTVERSION= 4.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net ipv6 MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -68,7 +68,7 @@ pre-configure: post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtNetwork.pc|${PREFIX}/libdata/pkgconfig/QtNetwork.pc|g' \ - ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/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' \ |