www-client/badwolf: Use PF for docdir

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2021-04-02 23:20:29 +02:00
parent b075deb71e
commit a8ff56961d
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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