Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2021 14:15:18 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 995092cd5a0c - main - textproc/hs-pandoc: Adapt to recent USES=cabal changes
Message-ID:  <202105191415.14JEFISV027957@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=995092cd5a0c7e8098b455e6e808e09b57e4cf44

commit 995092cd5a0c7e8098b455e6e808e09b57e4cf44
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2021-05-19 08:03:48 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-05-19 14:13:51 +0000

    textproc/hs-pandoc: Adapt to recent USES=cabal changes
---
 textproc/hs-pandoc/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile
index c8a3731aa0bb..ae65d6ea63c3 100644
--- a/textproc/hs-pandoc/Makefile
+++ b/textproc/hs-pandoc/Makefile
@@ -165,6 +165,7 @@ USE_CABAL=	Diff-0.4.0 \
 		zip-archive-0.4.1_1 \
 		zlib-0.6.2.3
 
+CABAL_PROJECT=	remove
 EXECUTABLES=	pandoc
 
 OPTIONS_SUB=	yes
@@ -176,9 +177,6 @@ OPTIONS_SUB=	yes
 BUILD_ARGS+=	--disable-optimization
 .endif
 
-post-extract:
-	${RM} ${WRKSRC}/cabal.project
-
 post-install-EMBED_DATA-off:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}
 post-install:



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