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