--- /usr/portage/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild 2006-03-13 00:36:57.000000000 +0000 +++ icebreaker-1.9.5.ebuild 2006-06-23 13:15:08.000000000 +0100 @@ -16,8 +16,15 @@ DEPEND="media-libs/libsdl media-libs/sdl-mixer" +src_unpack() { + unpack ${A} + cd "${S}" + sed -i '/install/s/-s //' Makefile || die "sed failed" +} + src_compile() { emake \ + OPTIMIZE="${CFLAGS}" \ prefix=/usr \ bindir="${GAMES_BINDIR}" \ datadir="${GAMES_DATADIR}" \