aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-05-01 15:14:48 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-05-01 15:14:48 +0000
commitc2719a1924136463efddc6103027bb026483084e (patch)
treed7f3c6497115a54824b91329ba3414018f514740 /graphics
parent46b30935e07d32449f4870302d424f29749b042f (diff)
downloadports-c2719a1924136463efddc6103027bb026483084e.tar.gz
ports-c2719a1924136463efddc6103027bb026483084e.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>
Notes
Notes: svn path=/head/; revision=191292
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qt4-svg/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/qt4-svg/Makefile b/graphics/qt4-svg/Makefile
index 176410c57c81..dfefecff2de5 100644
--- a/graphics/qt4-svg/Makefile
+++ b/graphics/qt4-svg/Makefile
@@ -8,7 +8,7 @@
PORTNAME= svg
PORTVERSION= 4.2.3
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES?= graphics
MASTER_SITES= ${MASTER_SITE_QT}
PKGNAMEPREFIX= qt4-
@@ -79,5 +79,9 @@ pre-configure:
post-configure:
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtSvg.pc|${PREFIX}/libdata/pkgconfig/QtSvg.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>