freebsd-ports/multimedia/dirac/files/patch-doc::api::Makefile.in
Bruce M Simpson 612cc747a0 Don't pass the -d switch to cp(1) as it is a linux-ism.
PR:		ports/78086
Submitted by:	conrads at cox dot net (with cleanups)
2005-02-28 15:45:46 +00:00

11 lines
403 B
Text

--- doc/api/Makefile.in.orig Wed Dec 1 16:07:11 2004
+++ doc/api/Makefile.in Mon Feb 28 15:33:41 2005
@@ -388,7 +388,7 @@
doxygen $(srcdir)/dirac_api.doxygen
install-data-hook:
- cp -dR html/* $(DESTDIR)$(htmldir)
+ cp -R html/* $(DESTDIR)$(htmldir)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: