diff options
Diffstat (limited to 'devel/hs-lazysmallcheck/Makefile')
-rw-r--r-- | devel/hs-lazysmallcheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-lazysmallcheck/Makefile b/devel/hs-lazysmallcheck/Makefile index 31f3afd131bd..c2d3909fc5ff 100644 --- a/devel/hs-lazysmallcheck/Makefile +++ b/devel/hs-lazysmallcheck/Makefile @@ -2,13 +2,13 @@ PORTNAME= lazysmallcheck PORTVERSION= 0.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Library for demand-driven testing of Haskell programs -LICENSE= BSD +LICENSE= BSD3CLAUSE INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} |