From e957710c61fd53a47bd668fb1237354dff0cd955 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Fri, 2 Aug 2002 04:50:11 +0000 Subject: modernized --- app-arch/lzop/lzop-1.00.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-arch/lzop') diff --git a/app-arch/lzop/lzop-1.00.ebuild b/app-arch/lzop/lzop-1.00.ebuild index 5d351d9e7e90..cf35076147a9 100644 --- a/app-arch/lzop/lzop-1.00.ebuild +++ b/app-arch/lzop/lzop-1.00.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-arch/lzop/lzop-1.00.ebuild,v 1.7 2002/07/26 05:05:10 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.00.ebuild,v 1.8 2002/08/02 04:50:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utility for fast (even reat-time) compression/decompression" @@ -14,12 +14,12 @@ KEYWORDS="x86" DEPEND="dev-libs/lzo" RDEPEND="${DEPEND}" -src_compile() { +src_compile() { econf --disable-shared || die emake || die } -src_install() { +src_install() { make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ -- cgit v1.2.3-65-gdbad