aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-04-02 23:20:29 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-04-02 23:20:29 +0200
commita8ff56961d1eadeeb57c73f77bb0938bfe60bd5c (patch)
tree0178e61dfbf61d644ac20335dd1288c7e002c47d /www-client
parentwww-client/badwolf: Fix DOCDIR (diff)
downloadguru-a8ff56961d1eadeeb57c73f77bb0938bfe60bd5c.tar.gz
guru-a8ff56961d1eadeeb57c73f77bb0938bfe60bd5c.tar.bz2
guru-a8ff56961d1eadeeb57c73f77bb0938bfe60bd5c.zip
www-client/badwolf: Use PF for docdir
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/badwolf/badwolf-1.0.3.ebuild4
-rw-r--r--www-client/badwolf/badwolf-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/badwolf/badwolf-1.0.3.ebuild b/www-client/badwolf/badwolf-1.0.3.ebuild
index 1112c21be..6389687d1 100644
--- a/www-client/badwolf/badwolf-1.0.3.ebuild
+++ b/www-client/badwolf/badwolf-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -47,7 +47,7 @@ src_compile() {
src_install() {
emake \
DESTDIR="${D}" \
- DOCDIR="/usr/share/doc/${P}" \
+ DOCDIR="/usr/share/doc/${PF}" \
PREFIX="/usr" \
install
diff --git a/www-client/badwolf/badwolf-9999.ebuild b/www-client/badwolf/badwolf-9999.ebuild
index 1112c21be..6389687d1 100644
--- a/www-client/badwolf/badwolf-9999.ebuild
+++ b/www-client/badwolf/badwolf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -47,7 +47,7 @@ src_compile() {
src_install() {
emake \
DESTDIR="${D}" \
- DOCDIR="/usr/share/doc/${P}" \
+ DOCDIR="/usr/share/doc/${PF}" \
PREFIX="/usr" \
install