diff options
Diffstat (limited to 'devel/hs-ghc-paths/Makefile')
-rw-r--r-- | devel/hs-ghc-paths/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-ghc-paths/Makefile b/devel/hs-ghc-paths/Makefile index 873068e30afd..b39d799967aa 100644 --- a/devel/hs-ghc-paths/Makefile +++ b/devel/hs-ghc-paths/Makefile @@ -3,13 +3,13 @@ PORTNAME= ghc-paths PORTVERSION= 0.1.0.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Knowledge of GHC's installation directories -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |