Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2021 12:19:45 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560705 - head/lang/elm
Message-ID:  <202101071219.107CJjVM012423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Thu Jan  7 12:19:45 2021
New Revision: 560705
URL: https://svnweb.freebsd.org/changeset/ports/560705

Log:
  lang/elm: Unbreak build after changes to Uses/cabal.mk

Modified:
  head/lang/elm/Makefile

Modified: head/lang/elm/Makefile
==============================================================================
--- head/lang/elm/Makefile	Thu Jan  7 12:17:24 2021	(r560704)
+++ head/lang/elm/Makefile	Thu Jan  7 12:19:45 2021	(r560705)
@@ -6,6 +6,8 @@ PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	LOCAL/arrowd/:package_list
 DISTFILES=	elm-compiler-bootstrap-${PORTVERSION}${EXTRACT_SUFX}:package_list
+EXTRACT_ONLY=	${DISTNAME_DEFAULT}${EXTRACT_SUFX} \
+		elm-compiler-bootstrap-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	haskell@FreeBSD.org
 COMMENT=	Delightful language for reliable webapps



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