diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-20 15:26:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-20 15:26:10 +0000 |
commit | d1bae6ca98b460da0301b08c41ccfefca278f149 (patch) | |
tree | 0f0f2d161d37508d9d5e296ababc412cd1131310 /lang | |
parent | Update to 0.3 and move to local from misc. (diff) |
Add virtual category elisp.
Reminded by: wosch
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes:
svn path=/head/; revision=14719
Diffstat (limited to 'lang')
-rw-r--r-- | lang/caml-light/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 94d58abc12cc..3e98c6f7e7b5 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -3,12 +3,12 @@ # Date created: 21 July 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.2 1998/09/07 02:50:09 jkoshy Exp $ +# $Id: Makefile,v 1.3 1998/10/13 23:45:15 jseger Exp $ # DISTNAME= cl74unix PKGNAME= caml-0.74 -CATEGORIES= lang +CATEGORIES= lang elisp MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/caml-light/ \ ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/ \ |