commit:     e550ae3c370cdd8cbb592ff9bb0f67c55fe9bb80
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 14:21:39 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 14:22:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e550ae3c

games-board/xboard: add basic prefix support

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 games-board/xboard/xboard-4.8.0-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-board/xboard/xboard-4.8.0-r1.ebuild 
b/games-board/xboard/xboard-4.8.0-r1.ebuild
index 226d1b2c9f4..60b2e7c3005 100644
--- a/games-board/xboard/xboard-4.8.0-r1.ebuild
+++ b/games-board/xboard/xboard-4.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -50,18 +50,18 @@ src_prepare() {
 src_configure() {
        econf \
                --disable-update-mimedb \
-               --datadir=/usr/share \
+               --datadir="${EPREFIX}"/usr/share \
                $(use_enable nls) \
                $(use_enable zippy) \
                --disable-update-mimedb \
                $(use_with gtk) \
                $(use_with Xaw3d) \
                $(usex gtk "--without-Xaw" "$(use_with !Xaw3d Xaw)") \
-               --with-gamedatadir="/usr/share/games/${PN}"
+               --with-gamedatadir="${EPREFIX}/usr/share/games/${PN}"
 }
 
 src_install() {
-       emake DESTDIR="${D}" install
+       default
        dodoc AUTHORS COPYRIGHT ChangeLog FAQ.html NEWS README TODO 
ics-parsing.txt
        use zippy && dodoc zippy.README
 }

Reply via email to