diff options
Diffstat (limited to 'lang/ocaml/files')
-rw-r--r-- | lang/ocaml/files/patch-camlp4-man::Makefile | 15 | ||||
-rw-r--r-- | lang/ocaml/files/patch-man::Makefile | 8 |
2 files changed, 23 insertions, 0 deletions
diff --git a/lang/ocaml/files/patch-camlp4-man::Makefile b/lang/ocaml/files/patch-camlp4-man::Makefile new file mode 100644 index 000000000000..f7fbac15fb67 --- /dev/null +++ b/lang/ocaml/files/patch-camlp4-man::Makefile @@ -0,0 +1,15 @@ +--- camlp4/man/Makefile.orig Wed Sep 26 10:32:50 2001 ++++ camlp4/man/Makefile Sun Feb 10 23:45:36 2002 +@@ -16,12 +16,6 @@ + install: + -$(MKDIR) $(MANDIR) + -cp $(TARGET) $(MANDIR)/. +- -cd $(MANDIR); rm -f camlp4o.1; ln -s $(TARGET) camlp4o.1 +- -cd $(MANDIR); rm -f camlp4r.1; ln -s $(TARGET) camlp4r.1 +- -cd $(MANDIR); rm -f mkcamlp4.1; ln -s $(TARGET) mkcamlp4.1 +- -cd $(MANDIR); rm -f ocpp.1; ln -s $(TARGET) ocpp.1 +- -cd $(MANDIR); rm -f camlp4o.opt.1; ln -s $(TARGET) camlp4o.opt.1 +- -cd $(MANDIR); rm -f camlp4r.opt.1; ln -s $(TARGET) camlp4r.opt.1 + + camlp4.1: camlp4.1.tpl + sed -e "s'LIBDIR'$(LIBDIR)'g" camlp4.1.tpl > camlp4.1 diff --git a/lang/ocaml/files/patch-man::Makefile b/lang/ocaml/files/patch-man::Makefile new file mode 100644 index 000000000000..a78dc5e21e71 --- /dev/null +++ b/lang/ocaml/files/patch-man::Makefile @@ -0,0 +1,8 @@ +--- man/Makefile.orig Wed Nov 17 13:57:40 1999 ++++ man/Makefile Sun Feb 10 23:44:43 2002 +@@ -16,5 +16,3 @@ + + install: + for i in *.m; do cp $$i $(MANDIR)/`basename $$i .m`.$(MANEXT); done +- echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(MANDIR)/ocamlc.opt.$(MANEXT) +- echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(MANDIR)/ocamlopt.opt.$(MANEXT) |