mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5ab6c2fc42
libxml (cursing the author all the way for having two incompatible versions of their software do this). This is still not 100%, but a step in the right direction for those ports that need libxml2, but also have to co-exist with GNOME (which, for the moment, uses libxml exclusively). Max will be committing a port shortly to show exactly how to tell a port to use libxml2 under this new scheme of things. As and when GNOME (the primary consumer of libxml) moves over to libxml2, these hacks will be reverted, and similar hacks put in to libxml until it dies a quiet death. Submitted by: sobomax
21 lines
551 B
Plaintext
21 lines
551 B
Plaintext
--- doc/Makefile.in.orig Mon Nov 13 20:28:44 2000
|
|
+++ doc/Makefile.in Wed Nov 15 12:50:29 2000
|
|
@@ -112,7 +112,7 @@
|
|
Z_CFLAGS = @Z_CFLAGS@
|
|
Z_LIBS = @Z_LIBS@
|
|
|
|
-DOC_MODULE = gnome-xml
|
|
+DOC_MODULE = gnome-xml2
|
|
|
|
# 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 = $(datadir)/gnome-xml/html
|
|
+HTML_DIR = $(datadir)
|
|
|
|
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|