From 78886b8e30bd5f4c92e9c5d6645067ee97dc5c14 Mon Sep 17 00:00:00 2001 From: Daniel Ahlberg Date: Mon, 22 Jul 2002 13:38:41 +0000 Subject: lintool fixes --- x11-misc/ASFiles/ASFiles-1.0.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'x11-misc/ASFiles') diff --git a/x11-misc/ASFiles/ASFiles-1.0.ebuild b/x11-misc/ASFiles/ASFiles-1.0.ebuild index e540adc0a871..10ba41157085 100644 --- a/x11-misc/ASFiles/ASFiles-1.0.ebuild +++ b/x11-misc/ASFiles/ASFiles-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ASFiles/ASFiles-1.0.ebuild,v 1.5 2002/07/16 21:34:43 seemant Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ASFiles/ASFiles-1.0.ebuild,v 1.6 2002/07/22 13:38:41 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="NeXTish filemanager, hacked from OffiX" @@ -12,16 +12,15 @@ KEYWORDS="x86" DEPEND=">=x11-wm/afterstep-1.8.8 >=x11-libs/dnd-1.1" +RDEPEND=$DEPEND src_unpack() { - unpack ASFiles-1.0.tar.gz cd ${S} patch -p0 < ${FILESDIR}/${PF}-gentoo.diff } src_compile() { - econf \ --with-x \ --with-dnd-inc=/usr/include/OffiX \ @@ -30,7 +29,6 @@ src_compile() { } src_install () { - make \ prefix=${D}/usr \ datadir=${D}/usr/share \ -- cgit v1.2.3-65-gdbad