freebsd-ports/multimedia/dirac/files/patch-doc::algorithm::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

13 lines
448 B
Text

--- doc/algorithm/Makefile.in.orig Wed Dec 1 16:07:11 2004
+++ doc/algorithm/Makefile.in Mon Feb 28 15:33:41 2005
@@ -380,8 +380,8 @@
install-data-hook:
- cp -dp *.htm $(DESTDIR)$(algodir)
- cp -dpR figs $(DESTDIR)$(algodir)
+ cp -p *.htm $(DESTDIR)$(algodir)
+ cp -pR figs $(DESTDIR)$(algodir)
# 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: