diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-08-20 08:07:14 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-08-20 08:07:14 +0000 |
commit | 6cf175492a1c28b9b93b4ad53e4d976ac2e10e50 (patch) | |
tree | e093f3296b5383dc301b69844d3eb6252993ab26 /lang | |
parent | 40732a79ac253d5884fad917c3090a6ac1daccdf (diff) | |
download | FreeBSD-ports-6cf175492a1c28b9b93b4ad53e4d976ac2e10e50.zip FreeBSD-ports-6cf175492a1c28b9b93b4ad53e4d976ac2e10e50.tar.gz |
Don't bytecompile emacs .el files that go in to site-lisp/.
Requested by: asami@freebsd.org
Diffstat (limited to 'lang')
-rw-r--r-- | lang/caml-light/files/patch-ae | 7 | ||||
-rw-r--r-- | lang/caml-light/pkg-plist | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/lang/caml-light/files/patch-ae b/lang/caml-light/files/patch-ae index e3e52ff..9e99b60 100644 --- a/lang/caml-light/files/patch-ae +++ b/lang/caml-light/files/patch-ae @@ -1,13 +1,12 @@ ---- contrib/camlmode/Makefile-- Mon Dec 2 22:13:37 1996 -+++ contrib/camlmode/Makefile Tue Jul 28 08:48:02 1998 -@@ -11,8 +11,9 @@ +--- 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 -+ -dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile clean: rm -f *~ #*# diff --git a/lang/caml-light/pkg-plist b/lang/caml-light/pkg-plist index 0755872d..813423b 100644 --- a/lang/caml-light/pkg-plist +++ b/lang/caml-light/pkg-plist @@ -6,6 +6,7 @@ bin/camllibr bin/camllex bin/camlyacc bin/camldebug +bin/camlpro bin/mletags bin/camllorder bin/camlsearch @@ -190,8 +191,5 @@ lib/caml-light/stdlibp.zo share/emacs/site-lisp/camldebug.el share/emacs/site-lisp/inf-caml.el share/emacs/site-lisp/caml.el -share/emacs/site-lisp/caml.elc -share/emacs/site-lisp/inf-caml.elc -share/emacs/site-lisp/camldebug.elc share/emacs/site-lisp/caml-search.el @dirrm lib/caml-light |