freebsd-ports/lang/ocaml/files/patch-man::Makefile
Christian Weisgerber ecc678ac50 Update to ocaml 3.05.
PR:		41299
Submitted by:	Ronald Kuehn <rk@ronald.org>
Approved by:	maintainer timeout
2002-08-12 14:22:37 +00:00

9 lines
336 B
Plaintext

--- man/Makefile.orig Thu Aug 1 21:43:47 2002
+++ man/Makefile Thu Aug 1 21:44:03 2002
@@ -18,5 +18,3 @@
install:
for i in *.m; do cp $$i $(DIR)/`basename $$i .m`.$(MANEXT); done
- echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(DIR)/ocamlc.opt.$(MANEXT)
- echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(DIR)/ocamlopt.opt.$(MANEXT)