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/patch-doc_Makefile.in | |
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/patch-doc_Makefile.in')
-rw-r--r-- | devel/cppunit/files/patch-doc_Makefile.in | 11 |
1 files changed, 11 insertions, 0 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@ |