summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/most')
-rw-r--r--sys-apps/most/most-4.9.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/most/most-4.9.0-r1.ebuild b/sys-apps/most/most-4.9.0-r1.ebuild
index 66ba5551837a..526cde2b31f5 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.3 2000/09/15 20:09:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r1.ebuild,v 1.4 2000/10/28 03:24:00 drobbins Exp $
P=most-4.9.0
A=${P}.tar.gz
@@ -11,7 +11,7 @@ SRC_URI="ftp://space.mit.edu/pub/davis/most/${A}"
src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
- try make -j ${PM}
+ try pmake
}
src_install() {