mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Add py-setuptools build dependency to PYTHON option (Build PYTHON bindings) to fix build when this option is used - Add harfbuzz lib depends to GRAPH option (Enable the rrdtool graph command) - Use configure helper for EXAMPLES option - Define LICENSE_FILE PR: 265203 Reported by: Sigi <freebsd-bt@beatsnet.com> MFH: 2023Q1 (build fixes)
11 lines
468 B
Text
11 lines
468 B
Text
--- examples/rrdcached/Makefile.in.orig 2022-03-14 14:29:40 UTC
|
|
+++ examples/rrdcached/Makefile.in
|
|
@@ -368,7 +368,7 @@ target_vendor = @target_vendor@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-examplesdir = $(pkgdatadir)/examples/rrdcached
|
|
+examplesdir = $(datadir)/examples/rrdtool/rrdcached
|
|
examples_SCRIPTS = rrdcached-size.pl
|
|
examples_DATA = RRDCached.pm
|
|
EXTRA_DIST = $(examples_DATA) $(examples_SCRIPTS)
|