summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/ghc/bsd.cabal.mk3
-rw-r--r--lang/ghc/bsd.cabal.options.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/ghc/bsd.cabal.mk b/lang/ghc/bsd.cabal.mk
index 40f7b7f7c50d..55efc4943188 100644
--- a/lang/ghc/bsd.cabal.mk
+++ b/lang/ghc/bsd.cabal.mk
@@ -9,9 +9,6 @@
# Maintained by: haskell@FreeBSD.org
#
-HSPREFIX= hs-
-PKGNAMEPREFIX?= ${HSPREFIX}
-
.if !defined(METAPORT)
MASTER_SITES?= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
.else
diff --git a/lang/ghc/bsd.cabal.options.mk b/lang/ghc/bsd.cabal.options.mk
index 28d4a490c636..1310cff6636e 100644
--- a/lang/ghc/bsd.cabal.options.mk
+++ b/lang/ghc/bsd.cabal.options.mk
@@ -10,6 +10,9 @@
CABALOPTIONSMKINCLUDED= yes
+HSPREFIX= hs-
+PKGNAMEPREFIX?= ${HSPREFIX}
+
LOCALBASE?= /usr/local
GHC_CMD?= ${LOCALBASE}/bin/ghc
HADDOCK_CMD?= ${LOCALBASE}/bin/haddock