diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:46:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:46:23 +0000 |
commit | bc4fb8f6421065c9c4f07faa6d01ce115d204002 (patch) | |
tree | c6049b1b26836fdcc652ea6bab3b9bc3a2208fce /app-misc/oneko | |
parent | Updated DEPEND (diff) | |
download | gentoo-2-bc4fb8f6421065c9c4f07faa6d01ce115d204002.tar.gz gentoo-2-bc4fb8f6421065c9c4f07faa6d01ce115d204002.tar.bz2 gentoo-2-bc4fb8f6421065c9c4f07faa6d01ce115d204002.zip |
lintool fixes
Diffstat (limited to 'app-misc/oneko')
-rw-r--r-- | app-misc/oneko/oneko-1.2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-misc/oneko/oneko-1.2.ebuild b/app-misc/oneko/oneko-1.2.ebuild index df6fa9364871..d6c62660b679 100644 --- a/app-misc/oneko/oneko-1.2.ebuild +++ b/app-misc/oneko/oneko-1.2.ebuild @@ -1,6 +1,6 @@ -#Copyright 2002 Gentoo Technologies, Inc. -#Distributed under the terms of the GNU General Public License v2 -#$Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.3 2002/10/17 00:46:23 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A cat (or dog) which chases the mouse around the screen" @@ -12,15 +12,14 @@ LICENSE="BSD" KEYWORDS="x86" DEPEND="x11-base/xfree" +RDEPEND="${DEPEND}" src_compile() { - xmkmf -a || die emake || die } -src_install () { - +src_install() { into /usr dobin oneko mv oneko._man oneko.1x |