1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/caml-light/files/patch-af
Joseph Koshy a2103efd20 A light weight implementation of CAML, a strongly typed functional
language belonging to the ML family.
1998-07-28 06:25:43 +00:00

8 lines
250 B
Plaintext

--- contrib/camlsearch/emacs-lisp/Makefile-- Sat Feb 4 23:42:23 1995
+++ contrib/camlsearch/emacs-lisp/Makefile Tue Jul 28 08:49:53 1998
@@ -1,3 +1,4 @@
SOURCES=caml-search.el
install: $(SOURCES)
+ mkdir -p $(ELISPDIR)
cp $(SOURCES) $(ELISPDIR)