$NetBSD: patch-bk,v 1.3 2009/09/07 21:48:14 tonio Exp $ --- otherlibs/labltk/tkanim/Makefile.orig 2009-04-30 16:24:53.000000000 +0200 +++ otherlibs/labltk/tkanim/Makefile 2009-05-21 11:22:11.000000000 +0200 @@ -57,13 +57,13 @@ install: - cp tkanim.cma *.cmi *.mli libtkanim.$(A) $(INSTALLDIR) + ${BSD_INSTALL_DATA} tkanim.cma *.cmi *.mli libtkanim.$(A) $(INSTALLDIR) if [ -f dlltkanim$(EXT_DLL) ]; then \ - cp dlltkanim$(EXT_DLL) $(STUBLIBDIR)/; \ + ${BSD_INSTALL_DATA} dlltkanim$(EXT_DLL) $(STUBLIBDIR)/; \ fi installopt: - cp tkanim.cmxa tkanim.$(A) $(INSTALLDIR) + ${BSD_INSTALL_DATA} tkanim.cmxa tkanim.$(A) $(INSTALLDIR) depend: tkanim.ml $(CAMLDEP) *.mli *.ml > .depend