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/hugs | |
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/hugs')
-rw-r--r-- | lang/hugs/Makefile | 3 | ||||
-rw-r--r-- | lang/hugs/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index d521c0ea141..442c3b53d73 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/07/05 22:10:05 nathanw Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/17 09:07:12 agc Exp $ DISTNAME= hugs98-Feb2000 PKGNAME= hugs98-200002 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://www.cse.ogi.edu/pub/pacsoft/hugs/ MAINTAINER= nathanw@mit.edu HOMEPAGE= http://www.haskell.org/hugs/ +COMMENT= Nottingham and Yale Haskell interpreter and programming environment DEPENDS+= readline-*:../../devel/readline diff --git a/lang/hugs/pkg/COMMENT b/lang/hugs/pkg/COMMENT deleted file mode 100644 index 055959004a5..00000000000 --- a/lang/hugs/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Nottingham and Yale Haskell interpreter and programming environment |