pkgsrc/lang/ocaml/patches/patch-av
adrianp da24824e10 - Update from 3.06 to 3.08.2
- Lots of changes/bugfixes - see Changes for all the details
2005-02-04 21:35:51 +00:00

12 lines
528 B
Text

$NetBSD: patch-av,v 1.2 2005/02/04 21:35:51 adrianp Exp $
--- man/Makefile.orig 2004-10-15 15:24:00.000000000 +0100
+++ man/Makefile 2004-10-15 15:24:39.000000000 +0100
@@ -17,6 +17,6 @@
DIR=$(MANDIR)/man$(MANEXT)
install:
- for i in *.m; do cp $$i $(DIR)/`basename $$i .m`.$(MANEXT); done
+ for i in *.m; do ${BSD_INSTALL_MAN} $$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)