diff options
Diffstat (limited to 'net/rrdtool/files/patch-doc-Makefile.in')
-rw-r--r-- | net/rrdtool/files/patch-doc-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/rrdtool/files/patch-doc-Makefile.in b/net/rrdtool/files/patch-doc-Makefile.in new file mode 100644 index 000000000000..aa913c5ed40f --- /dev/null +++ b/net/rrdtool/files/patch-doc-Makefile.in @@ -0,0 +1,14 @@ +--- doc/Makefile.in.orig Sun May 8 03:59:02 2005 ++++ doc/Makefile.in Mon May 9 00:02:25 2005 +@@ -215,9 +215,9 @@ + + # some install rules if the install pat + DOCPREFIX := $(shell echo "@prefix@" | grep rrd >/dev/null && echo "rrdtool-@VERSION@/") +-idocdir = $(prefix)/shared/doc/$(DOCPREFIX)txt ++idocdir = $(datadir)/doc/rrdtool/txt + idoc_DATA = $(POD) $(TXT) +-ihtmldir = $(prefix)/shared/doc/$(DOCPREFIX)html ++ihtmldir = $(datadir)/doc/rrdtool/html + ihtml_DATA = $(HTML) + imandir = $(mandir)/man1 + iman_DATA = $(MAN) |