1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/log4cxx/files/patch-docs-Makefile.am
Pav Lucistnik aa16f3ce59 Log4cxx is a port to C++ of the Log4j project. The goal is have the same
functionnalities and interfaces of log4j.

PR:		ports/76287
Submitted by:	Thaddeus Covert <tcovert+ports@sahuagin.net>
2005-01-16 13:47:07 +00:00

12 lines
388 B
Plaintext

--- docs/Makefile.am.orig Thu Jan 13 22:28:59 2005
+++ docs/Makefile.am Thu Jan 13 22:29:35 2005
@@ -10,7 +10,7 @@
install-data-hook:
$(mkinstalldirs) $(DESTDIR)$(htmldir)
- cp -dpR html/* $(DESTDIR)$(htmldir)
+ cp -PpR 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.