freebsd-ports/databases/rrdtool/files/patch-doc-Makefile.in
Niclas Zeising 780a75041f Update to 1.5.5
Rework the DEJAVU option to actually work. [1]
Before this commit rrdtool
depends on x11-fonts/dejavu if that port is already installed, but not
otherwise, and this sort of implicit dependencies are bad.
Make the DEJAVU option default to on.  If cairo and pango are built without
X11 support, please consider disabling this option to avoid pulling in large
parts of X11

Remove the JSON option.  This is a third party patch that doesn't apply any
more.  Feel free to port it to this version of RRDTool.

Discussed with:	marino [1]
PR:		205883 [1]
Submitted by:	marino [1]
2016-01-27 11:48:09 +00:00

14 lines
521 B
Text

--- doc/Makefile.in.orig 2016-01-27 10:49:53 UTC
+++ doc/Makefile.in
@@ -377,9 +377,9 @@ CLEANFILES = $(GENERATED_EXTRADIST) pod2
# what should go into the distribution
EXTRA_DIST = $(GENERATED_EXTRADIST) $(POD) $(POD3) rrdtool-dump.dtd rrdtool-xport.dtd rrdgraph_libdbi.pod rrdlua.pod
-idocdir = $(RRDDOCDIR)/txt
+idocdir = $(datadir)/doc/rrdtool/txt
idoc_DATA = $(POD) $(TXT)
-ihtmldir = $(RRDDOCDIR)/html
+ihtmldir = $(datadir)/doc/rrdtool/html
ihtml_DATA = $(HTML)
imandir = $(mandir)/man1
iman_DATA = $(MAN)