git: 979865053baf - main - devel/hs-hls-install: Adapt to recent USES=cabal changes
Gleb Popov
arrowd at FreeBSD.org
Wed May 19 14:15:24 UTC 2021
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=979865053baf1fb1f5c1438dcae5ac7784e62b0a
commit 979865053baf1fb1f5c1438dcae5ac7784e62b0a
Author: Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-05-19 08:21:40 +0000
Commit: Gleb Popov <arrowd at FreeBSD.org>
CommitDate: 2021-05-19 14:13:52 +0000
devel/hs-hls-install: Adapt to recent USES=cabal changes
---
devel/hs-hls-install/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/hs-hls-install/Makefile b/devel/hs-hls-install/Makefile
index 58dbf37db7c2..efb655cef2ea 100644
--- a/devel/hs-hls-install/Makefile
+++ b/devel/hs-hls-install/Makefile
@@ -65,11 +65,12 @@ USE_CABAL= Cabal-3.4.0.0 \
vector-0.12.3.0 \
vector-binary-instances-0.2.5.2
+CABAL_PROJECT= remove
+
WRKSRC_SUBDIR= install
NOT_FOR_ARCHS= i386
post-extract:
- ${RM} ${WRKSRC}/cabal.project
echo "executable hls-install" >> ${WRKSRC}/hls-install.cabal
echo " main-is: ../install.hs" >> ${WRKSRC}/hls-install.cabal
echo " build-depends: hls-install" >> ${WRKSRC}/hls-install.cabal
More information about the dev-commits-ports-all
mailing list