diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-25 22:19:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-25 22:19:31 +0000 |
commit | b6545b2253b405800b2c7ca21017c9842f815af6 (patch) | |
tree | 173efa638bdb55f1f70e0d5db478a8979f26c3bc /games-action/nighthawk/nighthawk-2.2.ebuild | |
parent | Fix RDEPEND, bug #83201 (diff) | |
download | gentoo-2-b6545b2253b405800b2c7ca21017c9842f815af6.tar.gz gentoo-2-b6545b2253b405800b2c7ca21017c9842f815af6.tar.bz2 gentoo-2-b6545b2253b405800b2c7ca21017c9842f815af6.zip |
fix HOMEPAGE (bug #83305); tidy
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-action/nighthawk/nighthawk-2.2.ebuild')
-rw-r--r-- | games-action/nighthawk/nighthawk-2.2.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games-action/nighthawk/nighthawk-2.2.ebuild b/games-action/nighthawk/nighthawk-2.2.ebuild index 93c80cf29e4b..ca87017601d5 100644 --- a/games-action/nighthawk/nighthawk-2.2.ebuild +++ b/games-action/nighthawk/nighthawk-2.2.ebuild @@ -1,27 +1,27 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.5 2004/06/24 21:57:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.6 2005/02/25 22:19:31 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="A tribute to one of the most playable and contagious games ever written- Paradroid by Andrew Braybrook" -HOMEPAGE="http://jsno.arafuraconnect.com.au/proj_linux/nighthawk.html" +HOMEPAGE="http://night-hawk.sourceforge.net/nighthawk.html" SRC_URI="ftp://metalab.unc.edu/pub/Linux/games/arcade/${P}-1.tar.gz" -KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" +KEYWORDS="ppc x86" IUSE="" DEPEND="virtual/x11" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/nighthawk.patch + cd "${S}" + epatch "${FILESDIR}/nighthawk.patch" } src_install () { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" prepgamesdirs } |