svn commit: r564625 - branches/2021Q1/lang/elm

Gleb Popov arrowd at FreeBSD.org
Sun Feb 7 15:16:48 UTC 2021


Author: arrowd
Date: Sun Feb  7 15:16:47 2021
New Revision: 564625
URL: https://svnweb.freebsd.org/changeset/ports/564625

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

Modified:
  branches/2021Q1/lang/elm/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/lang/elm/Makefile
==============================================================================
--- branches/2021Q1/lang/elm/Makefile	Sun Feb  7 14:55:15 2021	(r564624)
+++ branches/2021Q1/lang/elm/Makefile	Sun Feb  7 15:16:47 2021	(r564625)
@@ -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 at FreeBSD.org
 COMMENT=	Delightful language for reliable webapps


More information about the svn-ports-all mailing list