commit:     1c7ef6b6bc70db1f1abf899373f4b37284309fcf
Author:     Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 25 19:45:31 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 17:04:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ef6b6

games-simulation/openttd: install data to /usr/share/games

Gentoo-Bug: 600272
+ some configure args cleanup
Closes: https://github.com/gentoo/gentoo/pull/3242

 .../openttd/{openttd-1.6.1.ebuild => openttd-1.6.1-r1.ebuild}  | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/games-simulation/openttd/openttd-1.6.1.ebuild 
b/games-simulation/openttd/openttd-1.6.1-r1.ebuild
similarity index 94%
rename from games-simulation/openttd/openttd-1.6.1.ebuild
rename to games-simulation/openttd/openttd-1.6.1-r1.ebuild
index bac156e..a0c62ed 100644
--- a/games-simulation/openttd/openttd-1.6.1.ebuild
+++ b/games-simulation/openttd/openttd-1.6.1-r1.ebuild
@@ -89,15 +89,9 @@ src_configure() {
        # It's all built as C++, upstream uses CFLAGS internally.
        CFLAGS="" ./configure \
                --disable-strip \
-               --prefix-dir="${EPREFIX}" \
-               --binary-dir="/usr/bin" \
-               --data-dir="/usr/share/${PN}" \
+               --prefix-dir="${EPREFIX}/usr" \
+               --binary-dir="bin" \
                --install-dir="${D}" \
-               --icon-dir=/usr/share/pixmaps \
-               --menu-dir=/usr/share/applications \
-               --icon-theme-dir=/usr/share/icons/hicolor \
-               --man-dir=/usr/share/man/man6 \
-               --doc-dir=/usr/share/doc/${PF} \
                --menu-group="Game;Simulation;" \
                ${myopts[@]} \
                $(use_with iconv) \

Reply via email to