diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-10 23:31:37 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-10 23:50:51 +0000 |
commit | fbc665e696d78af040da5a3b0c735d09dd595d9e (patch) | |
tree | 7916b872b4b03a1d77b3874f34ae6489d764238a | |
parent | d7ef5c4e1cf7c952ab1b3d2113dce9a5e108820f (diff) |
Fix KDE_INVENT use
Not all GitLab installations are the same; KDE_INVENT is one
that still uses the "old" naming scheme, so set WRKSRC for
ports that use that (all of which as "this should be a
temporary solution until there is a real release again").
Fixes build failures (patch, actually, since the extracted
directories didn't match expectations) in e.g. audio/amarok.
-rw-r--r-- | Mk/Uses/kde.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 00d6eebff849..5dc9fc1e14a0 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -131,6 +131,7 @@ GL_SITE= https://invent.kde.org GL_ACCOUNT= ${_invent_category} GL_PROJECT= ${_invent_name} GL_COMMIT= ${_invent_hash} +WRKSRC= ${WRKDIR}/${GL_PROJECT}-${GL_COMMIT}-${GL_COMMIT} . endif . endif |