mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1757d0a0d4
Requested by: asami@freebsd.org
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
--- contrib/camlmode/Makefile.orig Mon Dec 2 22:13:37 1996
|
|
+++ contrib/camlmode/Makefile Thu Aug 20 08:11:56 1998
|
|
@@ -11,8 +11,8 @@
|
|
all:
|
|
|
|
install:
|
|
+ mkdir -p $(EMACSLISPDIR)
|
|
cp $(FILES) $(EMACSLISPDIR)
|
|
- dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile
|
|
|
|
clean:
|
|
rm -f *~ #*#
|