diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/ocaml | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 3 | ||||
-rw-r--r-- | lang/ocaml/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 17ccd50c367..6c1a89907ae 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/31 14:46:31 jwise Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/17 09:07:23 agc Exp $ # DISTNAME= ocaml-3.00 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ MAINTAINER= groo@netbsd.org HOMEPAGE= http://caml.inria.fr/ocaml/ +COMMENT= the latest implementation of the Caml dialect of ML DEPENDS+= tk-8.3.2:../../x11/tk diff --git a/lang/ocaml/pkg/COMMENT b/lang/ocaml/pkg/COMMENT deleted file mode 100644 index cad001d4ad0..00000000000 --- a/lang/ocaml/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -the latest implementation of the Caml dialect of ML |