diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 09:04:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 18:01:05 +0000 |
commit | 2e5100e53aff3d4de0530198a23876fd6f6df207 (patch) | |
tree | a9910be38e60309d10a689257a62895d15443007 /games-arcade | |
parent | games-arcade/tecnoballz: remove old version (diff) | |
download | gentoo-2e5100e53aff3d4de0530198a23876fd6f6df207.tar.gz gentoo-2e5100e53aff3d4de0530198a23876fd6f6df207.tar.bz2 gentoo-2e5100e53aff3d4de0530198a23876fd6f6df207.zip |
games-arcade/tecnoballz: tiny formatting changes
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild b/games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild index 129dbb32ecb0..71150e1504fd 100644 --- a/games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild +++ b/games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools desktop DESCRIPTION="An exciting Brick Breaker" @@ -22,10 +23,13 @@ RDEPEND="${DEPEND}" src_prepare() { default + mkdir man/fr || die mv man/${PN}.fr.6 man/fr/${PN}.6 || die + sed -i -e 's:\$(prefix)/games:\$(prefix)/bin:' src/Makefile.am || die sed -i -e '/CXXFLAGS=/d' -e '/^else/d' configure.ac || die + eautoreconf } |