aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-ghc-paths/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-ghc-paths/Makefile')
-rw-r--r--devel/hs-ghc-paths/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/hs-ghc-paths/Makefile b/devel/hs-ghc-paths/Makefile
index 3c73a0759f63..f2ca1256bd26 100644
--- a/devel/hs-ghc-paths/Makefile
+++ b/devel/hs-ghc-paths/Makefile
@@ -5,18 +5,15 @@
# $FreeBSD$
PORTNAME= ghc-paths
-PORTVERSION= 0.1.0.5
-PORTREVISION= 1
+PORTVERSION= 0.1.0.8
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Utility looking for GHC installation directories
-CABAL_SETUP= Setup.hs
+LICENSE= BSD
-.if defined(SLAVE)
-GHC_CMD= ghc
-.endif
+CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>