diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-28 11:21:24 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-28 11:21:24 +0000 |
commit | 7c41962a46c4135eae5d92c0cea67244f3f4394e (patch) | |
tree | 03f15eba5c5fe4f21b880be7ca49f295c9eb58ed /x11-toolkits/qt33 | |
parent | de18addb4943efe1974ceb36c36fc86a08232081 (diff) | |
download | ports-7c41962a46c4135eae5d92c0cea67244f3f4394e.tar.gz ports-7c41962a46c4135eae5d92c0cea67244f3f4394e.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 7316713e3a0b..fc235f09671f 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -144,7 +144,7 @@ post-patch: post-configure: @${REINPLACE_CMD} -e \ - 's|/usr/X11R6/lib/pkgconfig/qt-mt.pc|${PREFIX}/libdata/pkgconfig/qt-mt.pc|g' \ + 's|/lib/pkgconfig/qt-mt.pc|/libdata/pkgconfig/qt-mt.pc|g' \ ${WRKSRC}/src/Makefile post-build: |