summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-12-31 00:22:10 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2015-12-31 00:22:10 -0500
commitbb5fecaf6d2eac58348ccf353a4930f0e147be88 (patch)
tree77beb4cc9079744b499eaaae31a26bd283c769b3 /games-puzzle/construo
parentgames-fps/soldieroffortune-demo: tidy; honor GAMES_BINDIR (diff)
downloadgentoo-bb5fecaf6d2eac58348ccf353a4930f0e147be88.tar.gz
gentoo-bb5fecaf6d2eac58348ccf353a4930f0e147be88.tar.bz2
gentoo-bb5fecaf6d2eac58348ccf353a4930f0e147be88.zip
games-puzzle/construo: use default install
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-puzzle/construo')
-rw-r--r--games-puzzle/construo/construo-0.2.2.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games-puzzle/construo/construo-0.2.2.ebuild b/games-puzzle/construo/construo-0.2.2.ebuild
index 07653eb74bbf..0f8df9f839a0 100644
--- a/games-puzzle/construo/construo-0.2.2.ebuild
+++ b/games-puzzle/construo/construo-0.2.2.ebuild
@@ -22,8 +22,10 @@ DEPEND="${RDEPEND}
x11-proto/xf86vidmodeproto"
src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc43.patch \
+ epatch \
+ "${FILESDIR}"/${P}-gcc43.patch \
"${FILESDIR}"/${P}-lGLU.patch
+ sed -i -e 's/^bindir=.*/bindir=@bindir@/' Makefile.am || die
eautoreconf
}
@@ -32,9 +34,6 @@ src_configure() {
}
src_install() {
- emake \
- DESTDIR="${D}" \
- bindir="${GAMES_BINDIR}" install
- dodoc AUTHORS NEWS README TODO
+ default
prepgamesdirs
}