Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2020 12:36:17 +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: r559730 - head/devel/hs-cabal-install
Message-ID:  <202012311236.0BVCaHEQ094481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Thu Dec 31 12:36:16 2020
New Revision: 559730
URL: https://svnweb.freebsd.org/changeset/ports/559730

Log:
  devel/hs-cabal-install: Fix build after Uses/cabal.mk changes.

Modified:
  head/devel/hs-cabal-install/Makefile

Modified: head/devel/hs-cabal-install/Makefile
==============================================================================
--- head/devel/hs-cabal-install/Makefile	Thu Dec 31 12:34:47 2020	(r559729)
+++ head/devel/hs-cabal-install/Makefile	Thu Dec 31 12:36:16 2020	(r559730)
@@ -3,6 +3,7 @@
 PORTNAME=	cabal-install
 DISTVERSION=	3.2.0.0
 CATEGORIES=	devel haskell
+EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}${CABAL_EXTRACT_SUFX}
 
 MAINTAINER=	haskell@FreeBSD.org
 COMMENT=	Command-line interface for Cabal and Hackage



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