diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-08 12:23:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-08 12:23:10 +0000 |
commit | 5b5bb4dc6cacdc3f26c02f8fbece2166ded69093 (patch) | |
tree | ad51aca241a7b4599c00a6eccf72c046b191c00d /app-text | |
parent | added libsidplay to DEPEND (diff) | |
download | historical-5b5bb4dc6cacdc3f26c02f8fbece2166ded69093.tar.gz historical-5b5bb4dc6cacdc3f26c02f8fbece2166ded69093.tar.bz2 historical-5b5bb4dc6cacdc3f26c02f8fbece2166ded69093.zip |
removed emake -- changed to make
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sablotron/sablotron-0.95-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sablotron/sablotron-0.95-r1.ebuild b/app-text/sablotron/sablotron-0.95-r1.ebuild index 52764522c04c..c74864db135a 100644 --- a/app-text/sablotron/sablotron-0.95-r1.ebuild +++ b/app-text/sablotron/sablotron-0.95-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.95-r1.ebuild,v 1.3 2002/08/05 16:51:50 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.95-r1.ebuild,v 1.4 2002/08/08 12:23:10 seemant Exp $ MY_P="Sablot-${PV}" S=${WORKDIR}/${MY_P} @@ -22,7 +22,7 @@ src_unpack() { src_compile() { econf || die - emake || make || die + make || die } src_install () { |