svn commit: r563758 - head/lang/ghc

Antoine Brodin antoine at FreeBSD.org
Mon Feb 1 20:00:42 UTC 2021


Author: antoine
Date: Mon Feb  1 20:00:41 2021
New Revision: 563758
URL: https://svnweb.freebsd.org/changeset/ports/563758

Log:
  Do not include bsd.port.options.mk twice

Modified:
  head/lang/ghc/Makefile

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Mon Feb  1 19:58:38 2021	(r563757)
+++ head/lang/ghc/Makefile	Mon Feb  1 20:00:41 2021	(r563758)
@@ -131,8 +131,6 @@ _EXECUTABLES+=	${GHC_LIBDIR}/bin/ghc-iserv-prof
 _EXECUTABLES+=	${GHC_LIBDIR}/bin/ghc-iserv-dyn
 .endif
 
-.include <bsd.port.options.mk>
-
 .if empty(PORT_OPTIONS:MBOOT)
 BOOTSTRAPS_SUFFIX?=		${BOOTSTRAPS_SUFFIX_${ARCH}}
 BOOTSTRAPS_SUFFIX_powerpc64?=	-${PPC_ABI:tl}


More information about the svn-ports-all mailing list