diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2022-07-31 18:22:34 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-07-31 20:27:10 +0000 |
| commit | 55788dde6f19e594e395fa8a09bb8845ef1f66fd (patch) | |
| tree | 70b4a400a8420a48d9119b9e662288171dcc1f3c /lang/ghc | |
| parent | d7fcd1c31b8f4455a2d9bcd62b454364108e4687 (diff) | |
Diffstat (limited to 'lang/ghc')
| -rw-r--r-- | lang/ghc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
