Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 15:27:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442007 - head/lang/ghc
Message-ID:  <201705291527.v4TFRVr9057025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 29 15:27:31 2017
New Revision: 442007
URL: https://svnweb.freebsd.org/changeset/ports/442007

Log:
  Fix OPTIONS_DEFAULT: remove DOCS which is added by framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/lang/ghc/bsd.cabal.options.mk

Modified: head/lang/ghc/bsd.cabal.options.mk
==============================================================================
--- head/lang/ghc/bsd.cabal.options.mk	Mon May 29 15:27:26 2017	(r442006)
+++ head/lang/ghc/bsd.cabal.options.mk	Mon May 29 15:27:31 2017	(r442007)
@@ -49,7 +49,6 @@ OPTIONS_DEFINE+=	LLVM
 
 .if ((!exists(${GHC_CMD}) || exists(${LOCALBASE}/lib/ghc-${GHC_VERSION}/html)) || exists(${HADDOCK_CMD})) && !defined(IGNORE_DOCS)
 OPTIONS_DEFINE+=	DOCS
-OPTIONS_DEFAULT+=	DOCS
 HADDOCK_AVAILABLE=	yes
 
 .if (${PORTNAME} != hscolour || exists(${HSCOLOUR_CMD})) && !defined(IGNORE_HSCOLOUR)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705291527.v4TFRVr9057025>