mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
b4b9b43ec9
- Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236
12 lines
393 B
Plaintext
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)
|