diff options
Diffstat (limited to 'sys-devel/automake/automake-1.7.9-r1.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.7.9-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-devel/automake/automake-1.7.9-r1.ebuild b/sys-devel/automake/automake-1.7.9-r1.ebuild index 83de6bd18b32..a125bc821e3a 100644 --- a/sys-devel/automake/automake-1.7.9-r1.ebuild +++ b/sys-devel/automake/automake-1.7.9-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.10 2005/03/13 04:40:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.11 2005/08/23 23:58:59 vapier Exp $ -inherit eutils gnuconfig +inherit eutils DESCRIPTION="Used to generate Makefile.in from Makefile.am" HOMEPAGE="http://sources.redhat.com/automake/" @@ -20,14 +20,13 @@ DEPEND="dev-lang/perl src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e "/^@setfilename/s|automake|automake${SLOT}|" \ -e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \ -e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \ automake.texi || die "sed texi failed" - epatch ${FILESDIR}/${P}-infopage-namechange.patch - gnuconfig_update + epatch "${FILESDIR}"/${P}-infopage-namechange.patch export WANT_AUTOCONF=2.5 } |