mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
aa16f3ce59
functionnalities and interfaces of log4j. PR: ports/76287 Submitted by: Thaddeus Covert <tcovert+ports@sahuagin.net>
12 lines
388 B
Plaintext
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.
|