diff options
Diffstat (limited to 'net/rrdtool10/files/patch-doc-Makefile.in')
-rw-r--r-- | net/rrdtool10/files/patch-doc-Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/rrdtool10/files/patch-doc-Makefile.in b/net/rrdtool10/files/patch-doc-Makefile.in deleted file mode 100644 index aa913c5ed40f..000000000000 --- a/net/rrdtool10/files/patch-doc-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- 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) |