1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/lang/metaocaml/files/patch-stdlib_Makefile
Simon Barner b4b9b43ec9 - Update metaocaml to 3.08.a23
- Remove CONFLICTS with lang/ocaml

Submitted by:	Geoffrey Mainland (metaocaml maintainer)
PR:		ports/85236
2005-09-14 15:20:36 +00:00

12 lines
393 B
Plaintext

--- stdlib/Makefile.orig Sat Aug 20 02:39:05 2005
+++ stdlib/Makefile Sat Aug 20 02:39:27 2005
@@ -47,7 +47,7 @@
rm -f std_exit.p.cmi
install:
- cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
+ ${BSD_INSTALL_DATA} stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
$(LIBDIR)
installopt: installopt-default installopt-$(PROFILING)