freebsd-ports/textproc/libxml2/files/patch-ad
Maxim Sobolev f27c92b53f Update to 2.3.0. Finally Gnome folks recognized the need to allow libxml2
co-exist with old libxml installed on the same machine, so I was able to
happily remove most of my hacks.
2001-02-09 14:06:28 +00:00

23 lines
562 B
Text

$FreeBSD$
--- doc/Makefile.in.orig Thu Feb 8 13:47:31 2001
+++ doc/Makefile.in Fri Feb 9 02:04:41 2001
@@ -112,7 +112,7 @@
Z_CFLAGS = @Z_CFLAGS@
Z_LIBS = @Z_LIBS@
-DOC_MODULE = libxml2-$(VERSION)
+DOC_MODULE = libxml2
# The top-level SGML file.
DOC_MAIN_SGML_FILE = gnome-xml.sgml
@@ -120,7 +120,7 @@
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR = ..
-HTML_DIR = $(prefix)/doc
+HTML_DIR = $(datadir)
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs