- Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236
11 lines
442 B
Text
11 lines
442 B
Text
--- Makefile.orig Sat Aug 20 02:14:36 2005
|
|
+++ Makefile Sat Aug 20 02:14:56 2005
|
|
@@ -299,7 +299,7 @@
|
|
cp ocaml $(BINDIR)/ocaml$(EXE)
|
|
# XXO added lines from here
|
|
cp metaocaml $(BINDIR)/metaocaml$(EXE)
|
|
- cp parsing/asttypes.cmi parsing/parsetree.cmi \
|
|
+ ${BSD_INSTALL_DATA} parsing/asttypes.cmi parsing/parsetree.cmi \
|
|
parsing/location.cmi \
|
|
parsing/longident.cmi \
|
|
bytecomp/cabs.cmi bytecomp/cprint.cmi \
|