diff options
author | seb <seb> | 2003-05-14 23:11:32 +0000 |
---|---|---|
committer | seb <seb> | 2003-05-14 23:11:32 +0000 |
commit | ac2f49c542abd3fd89443ef0f0dfee05d9917a90 (patch) | |
tree | 29a486f72b8e1b658d7ede5ab1c754ef7afa10b5 /lang/ocaml | |
parent | 14d6d7d636ced1805e99af5789dba76dc09d5585 (diff) | |
download | pkgsrc-ac2f49c542abd3fd89443ef0f0dfee05d9917a90.tar.gz |
Master site's tree had been reorganised, fix MASTER_SITES.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 93658e6c2d9..99a7ed95160 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2003/04/19 00:16:58 jschauma Exp $ +# $NetBSD: Makefile,v 1.15 2003/05/14 23:11:32 seb Exp $ # DISTNAME= ocaml-3.06 PKGREVISION= 1 CATEGORIES= lang -MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/${DISTNAME}/ +MASTER_SITES= ftp://ftp.inria.fr/INRIA/cristal/ocaml/${DISTNAME}/ MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://caml.inria.fr/ocaml/ |