mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
- 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
14 lines
416 B
Text
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)
|