diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:30 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:30 +0000 |
commit | 19ac6c077d9b14b1ebaa694819e7357b372fb335 (patch) | |
tree | 671e126180dd869a03060a01c2db50ad9996ad04 /dev-util | |
parent | ~ dep bug fix (typo) (diff) | |
download | gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.tar.gz gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.tar.bz2 gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.zip |
Various fixes
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gob/gob-1.0.9.ebuild | 4 | ||||
-rw-r--r-- | dev-util/shtool/shtool-1.5.1-r1.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/gob/gob-1.0.9.ebuild b/dev-util/gob/gob-1.0.9.ebuild index acf14a395823..5d1047a02776 100644 --- a/dev-util/gob/gob-1.0.9.ebuild +++ b/dev-util/gob/gob-1.0.9.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.9.ebuild,v 1.1 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.9.ebuild,v 1.2 2001/06/24 02:20:30 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ src_compile() { src_install () { try make DESTDIR=${D} install - dodoc AUTHORS COPYING CHangeLog NEWS README TODO + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/dev-util/shtool/shtool-1.5.1-r1.ebuild b/dev-util/shtool/shtool-1.5.1-r1.ebuild index 8db6b314a672..aea9c0118abb 100644 --- a/dev-util/shtool/shtool-1.5.1-r1.ebuild +++ b/dev-util/shtool/shtool-1.5.1-r1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-1.5.1-r1.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-1.5.1-r1.ebuild,v 1.4 2001/06/24 02:20:30 achim Exp $ A=shtool-1.5.1.tar.gz S=${WORKDIR}/shtool-1.5.1 @@ -15,14 +15,14 @@ DEPEND=">=sys-devel/perl-5.6" src_compile() { - try ./configure --prefix=/usr --host=${CHOST} + try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} try pmake } src_install () { - try make prefix=${D}/usr install + try make prefix=${D}/usr mandir=${D}/usr/share/man install dodoc AUTHORS ChangeLog COPYING README THANKS VERSION } |