diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-28 19:21:24 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-28 19:21:24 +0800 |
commit | eec8272ad0cddcdef9a5f9d880d52364157568a5 (patch) | |
tree | 21bb18bc13d30c3a9f54eb6116928cacd84d8080 /x11-toolkits/qt33/Makefile | |
parent | b37d9ef9264ccdd967e5a28e149e46ce5fa38c88 (diff) | |
download | freebsd-ports-gnome-eec8272ad0cddcdef9a5f9d880d52364157568a5.tar.gz freebsd-ports-gnome-eec8272ad0cddcdef9a5f9d880d52364157568a5.tar.zst freebsd-ports-gnome-eec8272ad0cddcdef9a5f9d880d52364157568a5.zip |
Don't try to enforce PREFIX by patching, Qt already honors it.
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-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: |