aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2003-06-29 01:45:17 +0800
committerlev <lev@FreeBSD.org>2003-06-29 01:45:17 +0800
commita47e883aab838f9f9a3a897e66c6fb98122276a6 (patch)
tree2d3a3db8990e3249e54f56210aa407f94d11f121
parentd0cc694ca6f3ee7410cae5a3525a0c59a83644d5 (diff)
downloadfreebsd-ports-gnome-a47e883aab838f9f9a3a897e66c6fb98122276a6.tar.gz
freebsd-ports-gnome-a47e883aab838f9f9a3a897e66c6fb98122276a6.tar.zst
freebsd-ports-gnome-a47e883aab838f9f9a3a897e66c6fb98122276a6.zip
Fix documentation building for version 1.8.0
PR: ports/48637 Submitted by: lev Reviewed by: maintainer Approved by: sobomax
-rw-r--r--devel/cppunit/files/patch-doc::Makefile.in20
1 files changed, 20 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..f2db9e2fada7
--- /dev/null
+++ b/devel/cppunit/files/patch-doc::Makefile.in
@@ -0,0 +1,20 @@
+--- doc/Makefile.in.orig Mon Feb 24 13:30:22 2003
++++ doc/Makefile.in Mon Feb 24 13:31:51 2003
+@@ -108,7 +108,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
+ @DOC_TRUE@html_DATA = $(static_pages) html/index.html
+ subdir = doc
+ mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
+@@ -263,7 +263,7 @@
+
+
+ @DOC_TRUE@install-data-hook:
+-@DOC_TRUE@ cp -dpR html/* $(DESTDIR)$(htmldir)
++@DOC_TRUE@ cp -pR html/* $(htmldir)
+
+ # Automake's "distcheck" is sensitive to having files left over
+ # after "make uninstall", so we have to clean up the install hook.