diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:52:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:52:13 +0000 |
commit | e8ba9535513b7eb237def291d97c2c1a4dea2751 (patch) | |
tree | 1c748825208e14c8caef0581de4472ef70933c60 /app-misc/oneko | |
parent | Header fixes (diff) | |
download | historical-e8ba9535513b7eb237def291d97c2c1a4dea2751.tar.gz historical-e8ba9535513b7eb237def291d97c2c1a4dea2751.tar.bz2 historical-e8ba9535513b7eb237def291d97c2c1a4dea2751.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 |