aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-05-19 08:21:08 +0000
committerGleb Popov <arrowd@FreeBSD.org>2021-05-19 14:13:52 +0000
commit08f5762cd38873406e7c79f1380297c660118e60 (patch)
tree50a94015ab4493fa06156ffd5bebbc2055eeaf19 /devel
parentf9f6c305fb4d0926f0c006fa53bdcc9690e88922 (diff)
downloadports-08f5762cd38873406e7c79f1380297c660118e60.tar.gz
ports-08f5762cd38873406e7c79f1380297c660118e60.zip
devel/hs-profiteur: Adapt to recent USES=cabal changes
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-profiteur/Makefile2
1 files changed, 1 insertions, 1 deletions
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>