diff options
Diffstat (limited to 'devel/hs-dlist/Makefile')
-rw-r--r-- | devel/hs-dlist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-dlist/Makefile b/devel/hs-dlist/Makefile index 96a4173fafb7..1596040e248f 100644 --- a/devel/hs-dlist/Makefile +++ b/devel/hs-dlist/Makefile @@ -3,11 +3,11 @@ PORTNAME= dlist PORTVERSION= 0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A list-like type supporting O(1) append for Haskell +COMMENT= List-like type supporting O(1) append for Haskell LICENSE= BSD |