summaryrefslogtreecommitdiff
path: root/lang/camlp4
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
committeragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
commit82acd159f7158e3b9efdc652d4faed7d75ffabde (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/camlp4
parent6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff)
downloadpkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/camlp4')
-rw-r--r--lang/camlp4/Makefile3
-rw-r--r--lang/camlp4/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/camlp4/Makefile b/lang/camlp4/Makefile
index 840680d1e29..33e724609e2 100644
--- a/lang/camlp4/Makefile
+++ b/lang/camlp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/07/22 17:16:48 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/17 09:07:01 agc Exp $
#
DISTNAME= camlp4-3.00
@@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/
MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://caml.inria.fr/camlp4/
+COMMENT= Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml
DEPENDS+= ocaml-3.*:../ocaml
diff --git a/lang/camlp4/pkg/COMMENT b/lang/camlp4/pkg/COMMENT
deleted file mode 100644
index 9759c05081f..00000000000
--- a/lang/camlp4/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml