summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-24 02:20:30 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-24 02:20:30 +0000
commit19ac6c077d9b14b1ebaa694819e7357b372fb335 (patch)
tree671e126180dd869a03060a01c2db50ad9996ad04 /dev-lang/ruby
parent~ dep bug fix (typo) (diff)
downloadgentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.tar.gz
gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.tar.bz2
gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.zip
Various fixes
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r--dev-lang/ruby/ruby-1.6.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ruby/ruby-1.6.2.ebuild b/dev-lang/ruby/ruby-1.6.2.ebuild
index 86bceb942280..d71ec2e0f90f 100644
--- a/dev-lang/ruby/ruby-1.6.2.ebuild
+++ b/dev-lang/ruby/ruby-1.6.2.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 Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.6.2.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.6.2.ebuild,v 1.4 2001/06/24 02:20:30 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -15,11 +15,11 @@ DEPEND=">=sys-libs/glibc-2.1.3
>=sys-libs/ncurses-5.2"
src_compile() {
- try ./configure --prefix=/usr --host=${CHOST}
+ try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
try make
}
src_install () {
- cd ${S}
try make DESTDIR=${D} install
+ COPYING* ChangeLog MANIFEST README* ToDo
}