ports/databases/rrdtool10/files/patch-doc__Makefile.am
Tijl Coosemans 0bfc0ed369 - Remove USE_AUTOTOOLS=libtool
- Add USE_AUTOTOOLS=libtoolize (and others) because the configure script
  hasn't been generated with the same version of libtool as the bundled
  ltmain.sh script
- Remove -fPIC and --with-pic
2014-09-11 20:57:56 +00:00

14 lines
416 B
Text

--- doc/Makefile.am.orig 2005-04-25 21:02:27 UTC
+++ doc/Makefile.am
@@ -25,9 +25,9 @@
EXTRA_DIST= $(POD) $(HTML) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd
# 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 = $(mandir)/man1
iman_DATA = $(MAN)