diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-22 13:38:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-22 13:38:41 +0000 |
commit | 991c2f411748bc52122d96d25d7918ca09bcc0d9 (patch) | |
tree | 15375881a537443eff064b1b9de6c85f6bdece99 /x11-misc/ASFiles | |
parent | changes to ebuild to meet new ebuild policy (diff) | |
download | historical-991c2f411748bc52122d96d25d7918ca09bcc0d9.tar.gz historical-991c2f411748bc52122d96d25d7918ca09bcc0d9.tar.bz2 historical-991c2f411748bc52122d96d25d7918ca09bcc0d9.zip |
lintool fixes
Diffstat (limited to 'x11-misc/ASFiles')
-rw-r--r-- | x11-misc/ASFiles/ASFiles-1.0.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
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 \ |