diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:45:54 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:45:54 +0000 |
commit | ee90b572a694e53c91c3f84b3e56b5f1ce169ae5 (patch) | |
tree | b1f871338028796610e5ff920241fc869f182169 /lang/ocaml | |
parent | e69ab8c36548981938b2660bd19e390b45d3e84f (diff) | |
download | pkgsrc-ee90b572a694e53c91c3f84b3e56b5f1ce169ae5.tar.gz |
COMMENT should start with a capital letter.
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 04dd7c1dc02..661011bda33 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 21:45:00 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/07/21 16:54:03 martti Exp $ # DISTNAME= ocaml-3.06 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/cristal/ocaml/${DISTNAME}/ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://caml.inria.fr/ocaml/ -COMMENT= the latest implementation of the Caml dialect of ML +COMMENT= The latest implementation of the Caml dialect of ML DEPENDS+= tk>=8.3.2:../../x11/tk |