svn commit: r560705 - head/lang/elm

Gleb Popov arrowd at FreeBSD.org
Thu Jan 7 12:19:46 UTC 2021


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 at FreeBSD.org
 COMMENT=	Delightful language for reliable webapps


More information about the svn-ports-head mailing list