From bb5fecaf6d2eac58348ccf353a4930f0e147be88 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 31 Dec 2015 00:22:10 -0500 Subject: games-puzzle/construo: use default install Package-Manager: portage-2.2.24 --- games-puzzle/construo/construo-0.2.2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'games-puzzle/construo') 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 } -- cgit v1.2.3-65-gdbad