pkgsrc/lang/ocaml/patches/patch-be
adrianp da24824e10 - Update from 3.06 to 3.08.2
- Lots of changes/bugfixes - see Changes for all the details
2005-02-04 21:35:51 +00:00

17 lines
545 B
Text

$NetBSD: patch-be,v 1.2 2005/02/04 21:35:51 adrianp Exp $
--- otherlibs/labltk/frx/Makefile.orig 2002-04-26 13:16:00.000000000 +0100
+++ otherlibs/labltk/frx/Makefile 2004-10-12 22:25:37.000000000 +0100
@@ -20,10 +20,10 @@
$(CAMLOPTLIBR) -o frxlib.cmxa $(OBJSX)
install: frxlib.cma
- cp *.cmi *.mli frxlib.cma $(INSTALLDIR)
+ ${BSD_INSTALL_DATA} *.cmi *.mli frxlib.cma $(INSTALLDIR)
installopt: frxlib.cmxa
- cp frxlib.cmxa frxlib.a $(INSTALLDIR)
+ ${BSD_INSTALL_DATA} frxlib.cmxa frxlib.a $(INSTALLDIR)
clean:
rm -f *.cm* *.o *.a