diff options
Diffstat (limited to 'x11-misc/dxpc/dxpc-3.9.2-r2.ebuild')
-rw-r--r-- | x11-misc/dxpc/dxpc-3.9.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild b/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild index 14d7f61a1526..fb1d75627254 100644 --- a/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild +++ b/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} DOCS=( CHANGES README TODO ) -src_install () { +src_install() { emake prefix="${ED%/}"/usr man1dir="${ED%/}"/usr/share/man/man1 install einstalldocs } |