diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-06-27 02:57:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-06-27 02:57:29 +0000 |
commit | 2fe7b848d0b3569819cb637770c3e5fe901a4980 (patch) | |
tree | 23858fe8067053306c26fdfa4fe64404692448d2 /devel/xmltooling/files/patch-doc_Makefile.in | |
parent | Fix build in the case that $KERNCONF has multiple configuration files. (diff) |
- Update to latest versions
PR: ports/157822
Submited by: Palle Girgensohn <girgen@FreeBSD.org>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=276478
Diffstat (limited to 'devel/xmltooling/files/patch-doc_Makefile.in')
-rw-r--r-- | devel/xmltooling/files/patch-doc_Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/xmltooling/files/patch-doc_Makefile.in b/devel/xmltooling/files/patch-doc_Makefile.in index c15c24d1a8b9..f54c0213b2e7 100644 --- a/devel/xmltooling/files/patch-doc_Makefile.in +++ b/devel/xmltooling/files/patch-doc_Makefile.in @@ -1,15 +1,15 @@ ---- doc/Makefile.in.orig 2010-01-04 19:18:00.000000000 +0000 -+++ doc/Makefile.in 2010-01-04 19:18:17.000000000 +0000 -@@ -229,7 +229,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- doc/Makefile.in.orig 2011-05-01 01:06:10.813553015 +0200 ++++ doc/Makefile.in 2011-05-01 01:06:53.643189373 +0200 +@@ -233,7 +233,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign -pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@ +pkgdocdir = $(datadir)/doc/@PACKAGE@ docfiles = \ README.txt \ LICENSE.txt \ -@@ -239,7 +239,7 @@ +@@ -243,7 +243,7 @@ CURL.LICENSE pkgdoc_DATA = $(docfiles) @@ -18,12 +18,12 @@ all: all-am .SUFFIXES: -@@ -425,8 +425,6 @@ +@@ -455,8 +455,6 @@ install-data-hook: - cp -r api $(DESTDIR)$(pkgdocdir) - rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn` + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |