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 /devel/hs-happy/Makefile | |
parent | ae5c06adc437383034e8eaa5627af21d97b09be5 (diff) | |
download | ports-39800089b4aa10073dbea680fcb59de072aeb8d9.tar.gz ports-39800089b4aa10073dbea680fcb59de072aeb8d9.zip |
Add the new virtual category haskell.
Notes
Notes:
svn path=/head/; revision=70558
Diffstat (limited to 'devel/hs-happy/Makefile')
-rw-r--r-- | devel/hs-happy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index b3b8cd8a28be..c8bba111acdf 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -6,7 +6,7 @@ PORTNAME= happy PORTVERSION= 1.13 -CATEGORIES= devel +CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/happy/dist/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src PKGNAMEPREFIX= hs- |