git: 08f5762cd388 - main - devel/hs-profiteur: Adapt to recent USES=cabal changes

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


The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08f5762cd38873406e7c79f1380297c660118e60

commit 08f5762cd38873406e7c79f1380297c660118e60
Author:     Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-05-19 08:21:08 +0000
Commit:     Gleb Popov <arrowd at FreeBSD.org>
CommitDate: 2021-05-19 14:13:52 +0000

    devel/hs-profiteur: Adapt to recent USES=cabal changes
---
 devel/hs-profiteur/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/hs-profiteur/Makefile b/devel/hs-profiteur/Makefile
index ee96e4048fb2..46cd61f1e223 100644
--- a/devel/hs-profiteur/Makefile
+++ b/devel/hs-profiteur/Makefile
@@ -34,6 +34,6 @@ profiteur_DATADIR_VARS=		js-jquery
 
 post-install:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/js-jquery-3.3.1/javascript/jquery-3.3.1.min.js ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${CABAL_DEPSDIR}/js-jquery-3.3.1/javascript/jquery-3.3.1.min.js ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>


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