diff options
Diffstat (limited to 'app-text/an/an-0.95.3.ebuild')
-rw-r--r-- | app-text/an/an-0.95.3.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-text/an/an-0.95.3.ebuild b/app-text/an/an-0.95.3.ebuild index 425e84f8671b..c43d25475a67 100644 --- a/app-text/an/an-0.95.3.ebuild +++ b/app-text/an/an-0.95.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.7 2005/12/11 07:04:51 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.8 2005/12/18 00:31:43 jer Exp $ inherit eutils toolchain-funcs versionator @@ -25,7 +25,7 @@ src_unpack() { # Patching to -r3: MY_PL="$(replace_version_separator 2 -)" - epatch "${FILESDIR}"/${PN}_${MY_PL}.diff.gz + epatch "${FILESDIR}"/${PN}_${MY_PL}.diff ebegin "Patching an to use toolchain and custom CFLAGS" sed -e "s:gcc:$(tc-getCC):" \ @@ -38,9 +38,6 @@ src_unpack() { -e 's:/usr/dict/words:/usr/share/dict/words:' \ -i README || die } -src_compile() { - emake || die -} src_install() { dobin ${PN} || die |