diff options
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.50.ebuild')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.50.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/autoconf/autoconf-2.50.ebuild b/sys-devel/autoconf/autoconf-2.50.ebuild index 22d14e5417ad..4aa528725c82 100644 --- a/sys-devel/autoconf/autoconf-2.50.ebuild +++ b/sys-devel/autoconf/autoconf-2.50.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.50.ebuild,v 1.1 2001/06/06 14:40:04 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.50.ebuild,v 1.2 2002/04/07 13:36:44 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,6 +11,8 @@ HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" DEPEND=">=sys-devel/m4-1.4o-r2" +SLOT="2.5" + src_unpack() { unpack ${A} cd ${S} |