diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-09-28 10:04:11 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-09-28 10:04:11 +0000 |
commit | fe55ccb611a919a191f6898d5185166bf6948898 (patch) | |
tree | 9820f165aea0340f5bc4f73d3ae9a66d7107a6ee /games-strategy/gwp | |
parent | m68k love (diff) | |
download | gentoo-2-fe55ccb611a919a191f6898d5185166bf6948898.tar.gz gentoo-2-fe55ccb611a919a191f6898d5185166bf6948898.tar.bz2 gentoo-2-fe55ccb611a919a191f6898d5185166bf6948898.zip |
Remove dodoc COPYING
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-strategy/gwp')
-rw-r--r-- | games-strategy/gwp/gwp-0.4.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/gwp/gwp-0.4.0.ebuild b/games-strategy/gwp/gwp-0.4.0.ebuild index 17a79f937a75..ba0acd5e474c 100644 --- a/games-strategy/gwp/gwp-0.4.0.ebuild +++ b/games-strategy/gwp/gwp-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0.ebuild,v 1.1 2006/06/06 21:22:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0.ebuild,v 1.2 2006/09/28 10:04:11 nyhm Exp $ inherit eutils games @@ -23,7 +23,7 @@ DEPEND=" =x11-libs/gtkglext-1* )" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${P}-gcc41.patch" } @@ -37,8 +37,8 @@ src_compile() { } src_install () { - make DESTDIR=${D} localstatedir=${D}/var/games/gwp install || die "Error: install failed" - dodoc AUTHORS COPYING ChangeLog README TODO + make DESTDIR="${D}" localstatedir="${D}"/var/games/gwp install || die "Error: install failed" + dodoc AUTHORS ChangeLog README TODO doicon ${PN}.png make_desktop_entry gwp "Gnome WarPad" prepgamesdirs |