diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-07 02:50:09 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-07 02:50:09 +0000 |
commit | ed3a69efb74345bf94000b8117dea2e00889d03d (patch) | |
tree | 95b8a47f92c83f073e1f55503ef5fd43b4437ffd /lang | |
parent | 7fbbdd549f4839596ae213a5172f3d17584ba53c (diff) |
Notes
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 8b4a6f7f890e..fbf4fe3baaec 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -3,7 +3,7 @@ # Date created: 21 July 1998 # Whom: jkoshy # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/28 06:25:41 jkoshy Exp $ # DISTNAME= cl74unix @@ -11,7 +11,7 @@ PKGNAME= caml-0.74 CATEGORIES= lang 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/caml-light/ \ + ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/ \ ftp://sunsite.icm.edu.pl/pub/programming/caml/ \ http://wwwfun.kurims.kyoto-u.ac.jp/soft/caml-light/ |