diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-15 17:36:23 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-15 17:36:23 +0800 |
commit | f825a2d3819274e6e723c9d2e85becc7ea418bef (patch) | |
tree | 2e256bfba1725873564d06e30abaab07263d3719 /x11-toolkits | |
parent | 27bb4fb3121fcf09ac32f4edd9ff03491366c0fc (diff) | |
download | freebsd-ports-gnome-f825a2d3819274e6e723c9d2e85becc7ea418bef.tar.gz freebsd-ports-gnome-f825a2d3819274e6e723c9d2e85becc7ea418bef.tar.zst freebsd-ports-gnome-f825a2d3819274e6e723c9d2e85becc7ea418bef.zip |
Fix recorded prefix in pkgconfig file.
Noticed by: bms
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index c4bab954fb4d..2159bb304bb9 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -179,6 +179,8 @@ post-configure: @${REINPLACE_CMD} -e \ 's|/lib/pkgconfig/|/libdata/pkgconfig/|g' \ ${WRKSRC}/src/Makefile + @${REINPLACE_CMD} -e \ + 's|^prefix=.*|prefix=${PREFIX}|g' ${WRKSRC}/lib/qt-mt.pc post-build: .for tool in makeqpf mergetr msg2qm qembed qvfb |