diff options
author | agc <agc> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-17 09:06:56 +0000 |
commit | 791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/caml-light | |
parent | ce53854194ec79cb0de0babb412a888dc24f3985 (diff) | |
download | pkgsrc-791d0f000e3800b92390f9dc47dfcdb2a421a0ca.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/caml-light')
-rw-r--r-- | lang/caml-light/Makefile | 3 | ||||
-rw-r--r-- | lang/caml-light/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 96f9863928b..67cb117efd7 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/21 11:42:46 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:00 agc Exp $ # DISTNAME= cl74unix @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://caml.inria.fr/distrib-caml-light-eng.html +COMMENT= Another implementation of Caml ALL_TARGET= world diff --git a/lang/caml-light/pkg/COMMENT b/lang/caml-light/pkg/COMMENT deleted file mode 100644 index b26d615a102..00000000000 --- a/lang/caml-light/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Another implementation of Caml |