diff options
Diffstat (limited to 'dev-util/acr/acr-0.8.4.ebuild')
-rw-r--r-- | dev-util/acr/acr-0.8.4.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-util/acr/acr-0.8.4.ebuild b/dev-util/acr/acr-0.8.4.ebuild index 612138e..32a6161 100644 --- a/dev-util/acr/acr-0.8.4.ebuild +++ b/dev-util/acr/acr-0.8.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="3" +EAPI=5 DESCRIPTION="autoconf like tool that allows you to create configure scripts" HOMEPAGE="http://www.nopcode.org/wk.php/Acr" @@ -13,13 +13,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="" - src_install() { emake \ BINDIR="${D}"/usr/bin \ MANDIR="${D}"/usr/share/man \ DATADIR="${D}"/usr/share \ - install || die + install } |