git: 995092cd5a0c - main - textproc/hs-pandoc: Adapt to recent USES=cabal changes

Gleb Popov arrowd at FreeBSD.org
Wed May 19 14:15:19 UTC 2021


The branch main has been updated by arrowd:

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

commit 995092cd5a0c7e8098b455e6e808e09b57e4cf44
Author:     Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-05-19 08:03:48 +0000
Commit:     Gleb Popov <arrowd at 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:


More information about the dev-commits-ports-all mailing list