aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/hs-zlib
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-06-01 15:59:15 +0800
committerohauer <ohauer@FreeBSD.org>2014-06-01 15:59:15 +0800
commit1331d93293ef63bc71feafdb99a718899ce5cf73 (patch)
tree4d307b471693ec4b275c79f06f7f888397796316 /archivers/hs-zlib
parent56f183e9f5e3f81f98a57f54261bbb23a9e9f099 (diff)
downloadfreebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.tar.gz
freebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.tar.zst
freebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.zip
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2 - LICENSE=BSD -> BSD[n]CLAUSE
Diffstat (limited to 'archivers/hs-zlib')
-rw-r--r--archivers/hs-zlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile
index ec0f9e10b476..51ba4bd9aa89 100644
--- a/archivers/hs-zlib/Makefile
+++ b/archivers/hs-zlib/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= archivers haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Compression and decompression in the gzip and zlib formats
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>