summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/webkit-gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 77ad249e1..c12257228 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -98,7 +98,7 @@ post-patch:
post-install:
# Add work around for epiphany 2.x gobject-introspection build.
- ${LN} -sf ${PREFIX}/libdata/pkgconfig/webkit-1.0.pc \
- ${PREFIX}/libdata/pkgconfig/webkitgtk-1.0.pc
+ ${LN} -sf ${STAGEDIR}${PREFIX}/libdata/pkgconfig/webkit-1.0.pc \
+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/webkitgtk-1.0.pc
.include <bsd.port.post.mk>