aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-05-01 23:14:48 +0800
committerlofi <lofi@FreeBSD.org>2007-05-01 23:14:48 +0800
commit410f5855641a4aff4d61b1176d13abf11b223c2f (patch)
tree9cd63fcfd699c04abc891744534ac55791c6dd00 /textproc
parent2965077f4b36e67a27e0ca3bd9fcd0c2e0aa0490 (diff)
downloadfreebsd-ports-gnome-410f5855641a4aff4d61b1176d13abf11b223c2f.tar.gz
freebsd-ports-gnome-410f5855641a4aff4d61b1176d13abf11b223c2f.tar.zst
freebsd-ports-gnome-410f5855641a4aff4d61b1176d13abf11b223c2f.zip
Fix/remove bogus paths pointing to the build directory from pkgconfig files,
libtool archives and dot-prl files. PR: ports/112228 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/qt4-xml/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/qt4-xml/Makefile b/textproc/qt4-xml/Makefile
index 1ac9c4f8efe9..9ec5d8787fed 100644
--- a/textproc/qt4-xml/Makefile
+++ b/textproc/qt4-xml/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xml
PORTVERSION= 4.2.3
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES?= textproc
MASTER_SITES= ${MASTER_SITE_QT}
PKGNAMEPREFIX= qt4-
@@ -70,5 +70,9 @@ pre-configure:
post-configure:
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtXml.pc|${PREFIX}/libdata/pkgconfig/QtXml.pc|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' \
+ ${WRKSRC}/../../lib/*Qt*
.include <bsd.port.post.mk>