diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-28 22:32:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-28 22:32:41 +0000 |
commit | 810ca3d8c077cfc8498aee82918f2be12760cf52 (patch) | |
tree | 65405c87b24a26c691ee25d68a6971456cc5926e /devel | |
parent | 02634ff028bd74a092d3914f78bbbddd71c59fcd (diff) | |
download | ports-810ca3d8c077cfc8498aee82918f2be12760cf52.tar.gz ports-810ca3d8c077cfc8498aee82918f2be12760cf52.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-classes/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/ocaml-classes/Makefile b/devel/ocaml-classes/Makefile index 41b608ddd291..32fe0cc909ad 100644 --- a/devel/ocaml-classes/Makefile +++ b/devel/ocaml-classes/Makefile @@ -1,17 +1,12 @@ -# New ports collection makefile for: ocaml-classes -# Date created: Ven 16 aoû 2002 02:05:08 CEST -# Whom: Michaël Grünewald -# +# Created by: Michaël Grünewald # $FreeBSD$ -# PORTNAME= classes PORTVERSION= 3.05 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/\ - ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/olabl/\ - ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/ +MASTER_SITES= http://caml.inria.fr/pub/distrib/bazar-ocaml/ \ + http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ PKGNAMEPREFIX= ocaml- DISTNAME= ocaml-${PORTNAME}-${PORTVERSION} |