mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Don't create needless directories.
Reported by: adamw
This commit is contained in:
parent
e4a46328e3
commit
fbd7b52b3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97903
11
textproc/libxml2/files/patch-doc_examples_Makefile.in
Normal file
11
textproc/libxml2/files/patch-doc_examples_Makefile.in
Normal file
@ -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@
|
Loading…
Reference in New Issue
Block a user