summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/automake/automake-1.9.3.ebuild')
-rw-r--r--sys-devel/automake/automake-1.9.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.9.3.ebuild b/sys-devel/automake/automake-1.9.3.ebuild
index 0ffc04618b3c..6f4633364888 100644
--- a/sys-devel/automake/automake-1.9.3.ebuild
+++ b/sys-devel/automake/automake-1.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.3.ebuild,v 1.3 2004/12/03 23:11:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.3.ebuild,v 1.4 2004/12/11 02:10:06 vapier Exp $
inherit eutils gnuconfig
@@ -26,6 +26,7 @@ src_unpack() {
-e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \
-e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
doc/automake.texi || die "sed failed"
+ epatch ${FILESDIR}/${PN}-1.9.3-infopage-namechange.patch
gnuconfig_update
export WANT_AUTOCONF=2.5
}