diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-20 09:10:55 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-20 09:10:55 +0000 |
commit | 39800089b4aa10073dbea680fcb59de072aeb8d9 (patch) | |
tree | ff44f3a4dc0d2de1e323c422c3e50a9ca3da991c /lang/hugs | |
parent | add bubblegum 1.12 (diff) |
Add the new virtual category haskell.
Notes
Notes:
svn path=/head/; revision=70558
Diffstat (limited to 'lang/hugs')
-rw-r--r-- | lang/hugs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 84f667d7449e..34de8702cc1b 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -7,7 +7,7 @@ PORTNAME= hugs98 PORTVERSION= 200211 -CATEGORIES= lang +CATEGORIES= lang haskell MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/${HUGS_DATE}/ DISTNAME= ${PORTNAME}-${HUGS_DATE} |