aboutsummaryrefslogtreecommitdiff
path: root/www/clearsilver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/clearsilver/Makefile')
-rw-r--r--www/clearsilver/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile
index a00d89c73bd2..862dfc8371e3 100644
--- a/www/clearsilver/Makefile
+++ b/www/clearsilver/Makefile
@@ -74,5 +74,6 @@ post-patch:
@${REINPLACE_CMD} -E 's,(\$$\(PYTHON\)),CFLAGS="" \1,g' ${WRKSRC}/python/Makefile
@# Avoid rebuiling man pages
@${REINPLACE_CMD} -e 's,all man,all,g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|`$$python_bin -c "import site; print site.sitedirs\[0\]"`|"${PYTHON_SITELIBDIR}"|' ${WRKSRC}/configure
.include <bsd.port.post.mk>