Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2022 20:27:46 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55788dde6f19 - main - lang/ghc810: Unbreak check-sanity.
Message-ID:  <202207312027.26VKRkpF075104@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55788dde6f19e594e395fa8a09bb8845ef1f66fd

commit 55788dde6f19e594e395fa8a09bb8845ef1f66fd
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-07-31 18:22:34 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-07-31 20:27:10 +0000

    lang/ghc810: Unbreak check-sanity.
---
 lang/ghc/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 33351ea6b773..99f6013cc382 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -25,7 +25,6 @@ USE_PERL5=		build
 NO_CCACHE=		yes
 OPTIONS_SUB=		yes
 SHEBANG_FILES=		boot
-PORTDOCS=		*
 
 OPTIONS_DEFINE?=	DYNAMIC GMP PROFILE DOCS
 OPTIONS_DEFAULT=	DYNAMIC PROFILE GMP
@@ -96,6 +95,10 @@ BUILD_MK=		DYNAMIC_GHC_PROGRAMS=${ENABLE_DYNAMIC} \
 
 .include <bsd.port.pre.mk>
 
+.if ${SLAVE_PORT} != "yes"
+PORTDOCS=		*
+.endif
+
 GHC_ARCH=		${ARCH:S/amd64/x86_64/:C/armv.*/arm/}
 CONFIGURE_TARGET=	${GHC_ARCH}-portbld-${OPSYS:tl}
 BOOT_DIR=		${WRKDIR}/ghc-${BOOT_GHC_VERSION}-boot



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