diff options
author | 2005-06-15 19:02:21 +0000 | |
---|---|---|
committer | 2005-06-15 19:02:21 +0000 | |
commit | 5ad8e36e4cfdf65bae86f1c960ded8c2f2609d4c (patch) | |
tree | a3a7bddba59898a63adc0a10f7d951606e88ffa4 /games-puzzle/enigma/enigma-0.91.ebuild | |
parent | Removed INSTALL.unix file. (diff) | |
download | gentoo-2-5ad8e36e4cfdf65bae86f1c960ded8c2f2609d4c.tar.gz gentoo-2-5ad8e36e4cfdf65bae86f1c960ded8c2f2609d4c.tar.bz2 gentoo-2-5ad8e36e4cfdf65bae86f1c960ded8c2f2609d4c.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-puzzle/enigma/enigma-0.91.ebuild')
-rw-r--r-- | games-puzzle/enigma/enigma-0.91.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/enigma/enigma-0.91.ebuild b/games-puzzle/enigma/enigma-0.91.ebuild index 1787d46d875b..b4a12a585820 100644 --- a/games-puzzle/enigma/enigma-0.91.ebuild +++ b/games-puzzle/enigma/enigma-0.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-0.91.ebuild,v 1.2 2005/05/30 18:56:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-0.91.ebuild,v 1.3 2005/06/15 18:59:56 wolf31o2 Exp $ inherit eutils games @@ -54,7 +54,7 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" mv "${D}/${GAMES_PREFIX}/share/"* "${D}/usr/share/" rm -r "${D}/${GAMES_PREFIX}/share" - dodoc NEWS README AUTHORS INSTALL ChangeLog \ + dodoc NEWS README AUTHORS ChangeLog \ doc/{TODO,CREATING-LEVELS,HACKING} dohtml -r doc/* doman doc/enigma.6 |