diff options
author | 2002-03-26 01:49:04 +0000 | |
---|---|---|
committer | 2002-03-26 01:49:04 +0000 | |
commit | b6c8eede4cde33c220082ec7af954c6ea2a92e6b (patch) | |
tree | 5fa6b76cdd84e5a26f24bacfe5ff63317c0ec250 /sys-devel | |
parent | small fix (diff) | |
download | historical-b6c8eede4cde33c220082ec7af954c6ea2a92e6b.tar.gz historical-b6c8eede4cde33c220082ec7af954c6ea2a92e6b.tar.bz2 historical-b6c8eede4cde33c220082ec7af954c6ea2a92e6b.zip |
small fix
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.52d.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-devel/autoconf/autoconf-2.52d.ebuild b/sys-devel/autoconf/autoconf-2.52d.ebuild index 4f9b382c3028..078c0df2af0b 100644 --- a/sys-devel/autoconf/autoconf-2.52d.ebuild +++ b/sys-devel/autoconf/autoconf-2.52d.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52d.ebuild,v 1.1 2002/03/26 00:48:55 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52d.ebuild,v 1.2 2002/03/26 01:49:04 azarah Exp $ OLD_PV=2.13 OLD_P=${PN}-${OLD_PV} @@ -30,7 +30,6 @@ src_compile() { # cd ${S} ./configure --prefix=/usr \ - --datadir=/usr/share/${P} \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die @@ -42,7 +41,6 @@ src_compile() { # cd ${OLD_S} ./configure --prefix=/usr \ - --datadir=/usr/share/${OLD_P} \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --target=${CHOST} || die @@ -64,7 +62,6 @@ src_install() { # need to use 'DESTDIR' here, else perl stuff puke cd ${S} make DESTDIR=${D} \ - datadir=/usr/share/${P} \ install || die for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te @@ -87,7 +84,6 @@ src_install() { # need to use 'prefix' here, else we get sandbox problems cd ${OLD_S} make prefix=${D}/usr \ - datadir=${D}/usr/share/${OLD_P} \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die |