freebsd-ports/databases/rrdtool/files/patch-doc-Makefile.in
Sylvio Cesar Teixeira b0051c1a78 - Fix of 'make deinstall' when NOPORTEXAMPLES is defined [1]
- Update to 1.4.3 [2]

PR:		ports/144850 [1]
		ports/146052 [2]
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-04-26 22:47:08 +00:00

14 lines
535 B
Text

--- doc/Makefile.in.orig 2010-04-26 03:40:16.000000000 +0800
+++ doc/Makefile.in 2010-04-26 03:44:14.000000000 +0800
@@ -344,9 +344,9 @@
# what should go into the distribution
EXTRA_DIST = $(POD) $(POD3) $(HTML) $(MAN) $(MAN3) $(TXT) 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)