svn commit: r559730 - head/devel/hs-cabal-install

Gleb Popov arrowd at FreeBSD.org
Thu Dec 31 12:36:17 UTC 2020


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 at FreeBSD.org
 COMMENT=	Command-line interface for Cabal and Hackage


More information about the svn-ports-all mailing list