summaryrefslogtreecommitdiff
path: root/lang/caml-light/files/patch-ad
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-07-28 06:25:43 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-07-28 06:25:43 +0000
commita2103efd20fe65de2b0764b968ccd6e64ca10a03 (patch)
tree80c4b1f471fc17a9189d60bd0a5574f2194d38ca /lang/caml-light/files/patch-ad
parentUpgrade to 0.17.5. (diff)
A light weight implementation of CAML, a strongly typed functional
language belonging to the ML family.
Notes
Notes: svn path=/head/; revision=12180
Diffstat (limited to 'lang/caml-light/files/patch-ad')
-rw-r--r--lang/caml-light/files/patch-ad8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/caml-light/files/patch-ad b/lang/caml-light/files/patch-ad
new file mode 100644
index 000000000000..2b627cd4fd0a
--- /dev/null
+++ b/lang/caml-light/files/patch-ad
@@ -0,0 +1,8 @@
+--- src/man/Makefile-- Tue Nov 1 23:06:06 1994
++++ src/man/Makefile Tue Jul 28 08:50:22 1998
+@@ -3,4 +3,5 @@
+ MANDIR=/usr/man/man$(MANEXT)
+
+ install:
++ mkdir -p ${MANDIR}
+ for f in $(MAN); do cp $$f $(MANDIR)/`basename $$f .m`.$(MANEXT); done