--- contrib/caml-tex/Makefile.orig	Sat Aug  5 10:01:47 2006
+++ contrib/caml-tex/Makefile	Sat Aug  5 10:02:30 2006
@@ -7,9 +7,9 @@
 all:
 
 install:
-	- cp caml-tex $(BINDIR)/caml-tex
-	- cp caml.sty caml-sl.sty $(TEXINPUTDIR)
-	- cp caml-tex.1 $(MANDIR)/caml-tex.$(MANEXT)
+	- ${BSD_INSTALL_DATA} caml-tex $(BINDIR)/caml-tex
+	- ${BSD_INSTALL_DATA} caml.sty caml-sl.sty $(TEXINPUTDIR)
+	- ${BSD_INSTALL_MAN} caml-tex.1 $(MANDIR)/caml-tex.$(MANEXT)
 
 caml-tex.doc: caml-tex.1
 	nroff -man caml-tex.1 | sed -e 's/_//g' > caml-tex.doc


syntax highlighted by Code2HTML, v. 0.9.1