summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/most')
-rw-r--r--sys-apps/most/most-4.9.0-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/most/most-4.9.0-r2.ebuild b/sys-apps/most/most-4.9.0-r2.ebuild
index 2dedffbafdfd..6e5d6eb58ff5 100644
--- a/sys-apps/most/most-4.9.0-r2.ebuild
+++ b/sys-apps/most/most-4.9.0-r2.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-r2.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r2.ebuild,v 1.2 2001/05/10 01:52:55 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -16,8 +16,7 @@ src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
#*possible* (not definite) pmake problems, let's not risk it.
- # do not use pmake recursive
- try make ${MAKEOPTS}
+ try make
}
src_install() {