diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-30 23:17:59 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-30 23:17:59 +0000 |
commit | 447920723a54f9edca8cd087ece6dce59968143e (patch) | |
tree | 893ee8584a316b3af8037b75a0eaa10119156be2 /textproc/libxml/files/patch-doc::Makefile.in | |
parent | 404544784e0cb5899ec012a1aef4e03097dafffe (diff) | |
download | FreeBSD-ports-447920723a54f9edca8cd087ece6dce59968143e.zip FreeBSD-ports-447920723a54f9edca8cd087ece6dce59968143e.tar.gz |
- Hack for better hier(7) conformance - install documentation into
${PREFIX}/share/doc;
- use USE_LIBTOOL.
Diffstat (limited to 'textproc/libxml/files/patch-doc::Makefile.in')
-rw-r--r-- | textproc/libxml/files/patch-doc::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/libxml/files/patch-doc::Makefile.in b/textproc/libxml/files/patch-doc::Makefile.in new file mode 100644 index 0000000..6c9ba1e --- /dev/null +++ b/textproc/libxml/files/patch-doc::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- doc/Makefile.in 2002/04/30 21:49:33 1.1 ++++ doc/Makefile.in 2002/04/30 21:51:26 +@@ -106,7 +106,7 @@ + # The directory containing the source code (if it contains documentation). + DOC_SOURCE_DIR = .. + +-HTML_DIR = $(datadir)/gnome-xml/html ++HTML_DIR = $(prefix)/share/doc + + TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |