diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-30 23:14:35 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-30 23:14:35 +0000 |
commit | 65ff9109d975303a292ac9e7acd38261c91079cc (patch) | |
tree | 984b1519ba60a35ae6d27439329dcf5b4f984668 /sys-apps/most | |
parent | Prepared for rc3 (diff) | |
download | historical-65ff9109d975303a292ac9e7acd38261c91079cc.tar.gz historical-65ff9109d975303a292ac9e7acd38261c91079cc.tar.bz2 historical-65ff9109d975303a292ac9e7acd38261c91079cc.zip |
Prepared for rc3
Diffstat (limited to 'sys-apps/most')
-rw-r--r-- | sys-apps/most/most-4.9.0-r1.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/most/most-4.9.0-r1.ebuild b/sys-apps/most/most-4.9.0-r1.ebuild index f6f5be954448..f09166085bdb 100644 --- a/sys-apps/most/most-4.9.0-r1.ebuild +++ b/sys-apps/most/most-4.9.0-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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r1.ebuild,v 1.5 2000/11/14 16:25:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r1.ebuild,v 1.6 2000/11/30 23:14:34 achim Exp $ P=most-4.9.0 A=${P}.tar.gz @@ -9,18 +9,22 @@ S=${WORKDIR}/${P} DESCRIPTION="An extremely excellent text file reader" SRC_URI="ftp://space.mit.edu/pub/davis/most/${A}" +DEPEND=">=sys-libs/slang-1.4.2" + src_compile() { try ./configure --host=${CHOST} --prefix=/usr #*possible* (not definite) pmake problems, let's not risk it. - try make + # do not use pmake recursive + try make ${MAKEOPTS} } src_install() { into /usr dobin src/objs/most doman most.1 - dodoc COPYING COPYRIGHT README changes.txt most-fun.txt - dodoc default.rc lesskeys.rc + dodoc COPYING COPYRIGHT README changes.txt + docinto txt + dodoc default.rc lesskeys.rc most-fun.txt } |