summaryrefslogtreecommitdiff
path: root/lang/ghc
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/ghc
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/ghc')
-rw-r--r--lang/ghc/Makefile3
-rw-r--r--lang/ghc/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 95e31d37726..668b2230595 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/07/20 15:41:04 tron Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/17 09:07:09 agc Exp $
# FreeBSD Id: ports/lang/ghc/Makefile,v 1.1.1.1 1999/11/10 17:25:28 nectar Exp
DISTNAME= ghc-4.04
@@ -8,6 +8,7 @@ DISTFILES= ghc-4.04-src.tar.gz ghc-4.04-x86-hc.tar.gz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.haskell.org/ghc/
+COMMENT= Compiler for the functional language Haskell
DEPENDS+= readline>=4.0:../../devel/readline
DEPENDS+= gmp>=2.0.2:../../devel/gmp
diff --git a/lang/ghc/pkg/COMMENT b/lang/ghc/pkg/COMMENT
deleted file mode 100644
index 5465f1dcd39..00000000000
--- a/lang/ghc/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Compiler for the functional language Haskell