aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxml2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-01-11 14:42:01 +0800
committermarcus <marcus@FreeBSD.org>2004-01-11 14:42:01 +0800
commit361500cb23a1cbeaccad3f7776ef32217b0a8b14 (patch)
tree34e69c8f3be39832e5afa6cabdb2ed58d3a435fe /textproc/libxml2
parentd652f995afb66fa3887dd832b7ff642f9d881344 (diff)
downloadfreebsd-ports-gnome-361500cb23a1cbeaccad3f7776ef32217b0a8b14.tar.gz
freebsd-ports-gnome-361500cb23a1cbeaccad3f7776ef32217b0a8b14.tar.zst
freebsd-ports-gnome-361500cb23a1cbeaccad3f7776ef32217b0a8b14.zip
Don't create needless directories.
Reported by: adamw
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/files/patch-doc_examples_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-doc_examples_Makefile.in b/textproc/libxml2/files/patch-doc_examples_Makefile.in
new file mode 100644
index 000000000000..619306d99fbd
--- /dev/null
+++ b/textproc/libxml2/files/patch-doc_examples_Makefile.in
@@ -0,0 +1,11 @@
+--- doc/examples/Makefile.in.orig Sun Jan 11 01:37:12 2004
++++ doc/examples/Makefile.in Sun Jan 11 01:37:53 2004
+@@ -185,7 +185,7 @@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
+ pythondir = @pythondir@
+-DOC_MODULE = libxml2-$(VERSION)
++DOC_MODULE = libxml2
+ TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/examples
+
+ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@