summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-db/qdbm/qdbm-1.8.78-r4.ebuild (renamed from dev-db/qdbm/qdbm-1.8.78-r3.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/qdbm/qdbm-1.8.78-r3.ebuild b/dev-db/qdbm/qdbm-1.8.78-r4.ebuild
index 826283f03b2b..4351c1689029 100644
--- a/dev-db/qdbm/qdbm-1.8.78-r3.ebuild
+++ b/dev-db/qdbm/qdbm-1.8.78-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -77,7 +77,7 @@ qdbm_foreach_api() {
emake check
;;
install)
- emake DESTDIR="${D}" MYDATADIR=/usr/share/doc/${P}/html install
+ emake DESTDIR="${D}" MYDATADIR=/usr/share/doc/${PF}/html install
esac
cd - >/dev/null
else