openbsd-ports/net/rrdtool/patches/patch-doc_Makefile_in
danh 3ea5cdffe3 - update to rrdtool 1.0.33
- use bundled libraries again for now.
2001-03-04 17:06:41 +00:00

16 lines
500 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.3 2001/03/04 17:06:43 danh Exp $
--- doc/Makefile.in.orig Thu Feb 22 16:17:07 2001
+++ doc/Makefile.in Thu Feb 22 16:17:46 2001
@@ -108,9 +108,9 @@ PDF = $(MAN:.1=.pdf)
EXTRA_DIST = $(POD) $(HTML) $(TXT)
# some install rules
-idocdir = $(prefix)/doc
+idocdir = $(prefix)/share/doc/rrdtool
idoc_DATA = $(POD) $(TXT)
-ihtmldir = $(prefix)/html
+ihtmldir = $(prefix)/share/doc/rrdtool/html
ihtml_DATA = $(HTML)
imandir = $(prefix)/man/man1
iman_DATA = $(MAN)