Files
ports/databases/rrdtool/files/patch-bindings_Makefile.in
T
2026-06-19 18:28:03 +01:00

26 lines
1.0 KiB
Makefile

--- bindings/Makefile.in.orig 2026-05-19 19:34:45 UTC
+++ bindings/Makefile.in
@@ -728,11 +728,11 @@ install-data-local:
install-data-local:
$(AM_V_GEN)test -f ${builddir}/perl-piped/Makefile \
&& ( cd ${builddir}/perl-piped \
- && $(MAKE) install ) \
+ && $(MAKE) pure_install ) \
|| true
$(AM_V_GEN)test -f ${builddir}/perl-shared/Makefile \
&& ( cd ${builddir}/perl-shared \
- && $(MAKE) install ) \
+ && $(MAKE) pure_install ) \
|| true
$(AM_V_GEN)test -f ${builddir}/ruby/Makefile \
&& ( cd ${builddir}/ruby \
@@ -741,7 +741,7 @@ install-data-local:
$(AM_V_GEN)test -f ${builddir}/python/dist/*.whl \
&& ( $(PYTHON) -m pip install --upgrade --no-index --no-deps \
--no-cache-dir --disable-pip-version-check \
- --target=$(DESTDIR)$(libdir)/python3/site-packages \
+ --target=$(DESTDIR)$(pythondir) \
${builddir}/python/dist/*.whl ) \
|| true