diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-09-07 02:50:09 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-09-07 02:50:09 +0000 |
commit | b083dc63672537609489ca0e1c34468d04a426e1 (patch) | |
tree | e4381ce56a9b2694e590b8388baa6fe0d919585c /lang | |
parent | 80471004436bf1decbda0511dc42263ae4b206b4 (diff) | |
download | FreeBSD-ports-b083dc63672537609489ca0e1c34468d04a426e1.zip FreeBSD-ports-b083dc63672537609489ca0e1c34468d04a426e1.tar.gz |
Correct master site url.
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 8b4a6f7..fbf4fe3 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/ |