summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-10-01 14:28:47 +0200
committerUlrich Müller <ulm@gentoo.org>2015-10-01 14:28:47 +0200
commit1ad7906ed106563b0ada1df36b2782a17b99bc8b (patch)
tree06fc438b23aba6f9128b75df1017b12a636c4c14 /games-board/polyglot
parentkde-plasma/plasma-nm: update dependencies (diff)
downloadgentoo-1ad7906ed106563b0ada1df36b2782a17b99bc8b.tar.gz
gentoo-1ad7906ed106563b0ada1df36b2782a17b99bc8b.tar.bz2
gentoo-1ad7906ed106563b0ada1df36b2782a17b99bc8b.zip
games-board/polyglot: Install binary in standard location.
As Julian Ospald has pointed out, we currently don't happen to have a policy where to install games binaries. Install in /usr/bin until this is resolved. Package-Manager: portage-2.2.22
Diffstat (limited to 'games-board/polyglot')
-rw-r--r--games-board/polyglot/polyglot-1.4.70b-r1.ebuild (renamed from games-board/polyglot/polyglot-1.4.70b.ebuild)4
1 files changed, 1 insertions, 3 deletions
diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
index a43fd6e017d0..1929df4afb9b 100644
--- a/games-board/polyglot/polyglot-1.4.70b.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
@@ -16,7 +16,5 @@ KEYWORDS="~amd64 ~x86"
DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
src_configure() {
- econf \
- --bindir="/usr/games/bin" \
- --docdir="/usr/share/doc/${PF}"
+ econf --docdir="/usr/share/doc/${PF}"
}