diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-09-01 18:51:17 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-09-01 18:51:17 +0000 |
commit | dc4a34e11ad6e27de9d6e2f009bc9b7cdcd16014 (patch) | |
tree | 22d3d4783e0a9a019466e9809b3a2fac51e5abc8 /devel/cppunit/files | |
parent | Build fix: (diff) |
Replace devel/cppunit with devel/cppunit113.
Approved by: bdrewery (maintainer)
Notes
Notes:
svn path=/head/; revision=395789
Diffstat (limited to 'devel/cppunit/files')
-rw-r--r-- | devel/cppunit/files/patch-doc_Makefile.in | 11 | ||||
-rw-r--r-- | devel/cppunit/files/patch-doc__Makefile.in | 36 |
2 files changed, 11 insertions, 36 deletions
diff --git a/devel/cppunit/files/patch-doc_Makefile.in b/devel/cppunit/files/patch-doc_Makefile.in new file mode 100644 index 000000000000..8a24f2040018 --- /dev/null +++ b/devel/cppunit/files/patch-doc_Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig 2013-11-11 04:41:52 UTC ++++ doc/Makefile.in +@@ -243,7 +243,7 @@ host_vendor = @host_vendor@ + # and an extra copy or two in the install-data-hook. + # However, the manpages do not appear to be tremendously useful, so + # let's not bother. +-htmldir = $(am__append_1) ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ diff --git a/devel/cppunit/files/patch-doc__Makefile.in b/devel/cppunit/files/patch-doc__Makefile.in deleted file mode 100644 index 1b4a4017e60e..000000000000 --- a/devel/cppunit/files/patch-doc__Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ ---- doc/Makefile.in.orig 2008-02-20 00:59:51.000000000 -0500 -+++ doc/Makefile.in 2008-07-13 18:52:35.000000000 -0400 -@@ -179,7 +179,7 @@ - # and an extra copy or two in the install-data-hook. - # However, the manpages do not appear to be tremendously useful, so - # let's not bother. --@DOC_TRUE@htmldir = $(pkgdatadir)/html -+@DOC_TRUE@htmldir = $(prefix)/share/doc/cppunit - htmldir = @htmldir@ - includedir = @includedir@ - infodir = @infodir@ -@@ -248,6 +248,7 @@ - -rm -rf .libs _libs - install-htmlDATA: $(html_DATA) - @$(NORMAL_INSTALL) -+.if !defined(NOPORTDOCS) - test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" - @list='$(html_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -@@ -255,6 +256,7 @@ - echo " $(htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \ - $(htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \ - done -+.endif - - uninstall-htmlDATA: - @$(NORMAL_UNINSTALL) -@@ -398,7 +400,7 @@ - - - @DOC_TRUE@install-data-hook: --@DOC_TRUE@ cp -pR html/* $(DESTDIR)$(htmldir) -+@DOC_TRUE@ cp -pR html/ $(DESTDIR)$(htmldir) - - # Automake's "distcheck" is sensitive to having files left over - # after "make uninstall", so we have to clean up the install hook. |