mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Fix location of pkgconfig file.
This commit is contained in:
parent
5357b128e3
commit
5a622a9895
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109730
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 3.3.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
|
||||
ftp://ftp.silug.org/pub/qt/ \
|
||||
@ -138,6 +138,11 @@ post-patch:
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e 's|^ cd qmake.*||' ${WRKSRC}/Makefile
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/X11R6/lib/pkgconfig/qt-mt.pc|${PREFIX}/libdata/pkgconfig/qt-mt.pc|g' \
|
||||
${WRKSRC}/src/Makefile
|
||||
|
||||
post-build:
|
||||
.for tool in makeqpf mergetr msg2qm qembed qvfb
|
||||
@cd ${WRKSRC}/tools/${tool}; ${SETENV} ${MAKE_ENV} ${MAKE}
|
||||
|
@ -421,13 +421,13 @@ lib/libqui.so
|
||||
lib/libqui.so.1
|
||||
lib/libqui.so.1.0
|
||||
lib/libqui.so.1.0.0
|
||||
lib/pkgconfig/qt-mt.pc
|
||||
lib/plugins/designer/libcppeditor.so
|
||||
lib/plugins/designer/libdlgplugin.so
|
||||
lib/plugins/designer/libgladeplugin.so
|
||||
lib/plugins/designer/libkdevdlgplugin.so
|
||||
lib/plugins/designer/librcplugin.so
|
||||
lib/plugins/designer/libwizards.so
|
||||
libdata/pkgconfig/qt-mt.pc
|
||||
share/doc/qt/html/3rdparty.html
|
||||
share/doc/qt/html/aboutqt.html
|
||||
share/doc/qt/html/abstract-connections.png
|
||||
@ -2392,5 +2392,5 @@ translations/qt_sk.qm
|
||||
@dirrm share/doc/qt
|
||||
@dirrm lib/plugins/designer
|
||||
@dirrm lib/plugins
|
||||
@dirrm lib/pkgconfig
|
||||
@dirrm libdata/pkgconfig
|
||||
@dirrm include/private
|
||||
|
Loading…
Reference in New Issue
Block a user